cdx-proto
    Preparing search index...

    Type Alias Callstack

    Callstack: Message<"cyclonedx.v1_7.Callstack"> & { frames: Callstack_Frames[] }

    Type Declaration

    • frames: Callstack_Frames[]

      Within a call stack, a frame is a discrete unit that encapsulates an execution context, including local variables, parameters, and the return address. As function calls are made, frames are pushed onto the stack, forming an array-like structure that orchestrates the flow of program execution and manages the sequence of function invocations.

      from field: repeated cyclonedx.v1_7.Callstack.Frames frames = 1;

    from message cyclonedx.v1_7.Callstack