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
Binary name - look up from tree
func binaryName(from tree: CallStackTree) -> String?The call stack tree containing this frame
The binary name, or nil if not found