%% %CopyrightBegin%
%%
%% SPDX-License-Identifier: Apache-2.0
%%
%% Copyright Ericsson AB 2021-2025. All Rights Reserved.
%%
%% %CopyrightEnd%

[;1m  function_exported(Module, Function, Arity)[0m

  Returns [;;4mtrue[0m if the module [;;4mModule[0m is current and contains an
  exported function [;;4mFunction/Arity[0m, or if there is a BIF (a
  built-in function implemented in C) with the specified name,
  otherwise returns [;;4mfalse[0m.
