Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 23:08
· 3 commits to main since this release
d740418

Minor Changes

  • #61 7971e995b52dfbc764dba607e9fd40dea5ca0ef0 Thanks @pkudinov! - Added:

    • Block.functionCalls to get an array of FunctionCallView in this block, with different filters
    • Block.functionCallsToReceiver to get an array of FunctionCallView to a specific receiver, optionally specifying method name
    • FunctionCallView type that provides complete information about the function call, including parsed arguments and events

    Changed:

    • Event class has been changed to inline RawEvent fields.