Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 527 Bytes

File metadata and controls

18 lines (14 loc) · 527 Bytes
sidebar_position 0

import SchemaViewer from "@site/src/components/SchemaViewer";

Function identity

Function contexts (invoke, return, revert) share a common set of identity fields for the function being called. All fields are optional, allowing compilers to provide as much or as little detail as available — from a fully named function with source location and type, down to an empty object for an anonymous indirect call.

<SchemaViewer schema={{ id: "schema:ethdebug/format/program/context/function" }} />