Main Content
coder.CallSite Properties
The coder.CallSite
properties contain information about a
function call site in your MATLAB® code, including the name of the callee, the name of the source file that
contains the call, and the start and end index of the call in the source file string. All
coder.CallSite
properties are read-only. You can use the dot notation to
query these properties.
You do not directly create a coder.CallSite
object. A
coder.ScreenerInfo
object (that you create by using the coder.screener
function) contains a coder.CallSite
object for
each call to a function that is not supported for code generation.
Version History
Introduced in R2022a