Contents

binaryName(from:)

Binary name - look up from tree

Declaration

func binaryName(from tree: CallStackTree) -> String?

Parameters

  • tree:

    The call stack tree containing this frame

Return Value

The binary name, or nil if not found

See Also

Tree navigation