In CallFrame§
See primary documentation in context for method annotations
method annotations()
Returns a Map
containing the invocants annotations, i.e. line
and file
. An easier way to get hold of the annotation information is to use one of the convenience methods instead.
say callframe.annotations.^name; # OUTPUT: «Map»say callframe.annotations<file> eq callframe.file; # OUTPUT: «True»