MCPcopy Create free account
hub / github.com/boostorg/stacktrace / address

Method address

include/boost/stacktrace/detail/frame_decl.hpp:105–107  ·  view source on GitHub ↗

@returns Address of the frame function. @b Complexity: O(1). @b Async-Handler-Safety: Safe. @throws Nothing.

Source from the content-addressed store, hash-verified

103 /// @b Async-Handler-Safety: Safe.
104 /// @throws Nothing.
105 constexpr native_frame_ptr_t address() const noexcept {
106 return addr_;
107 }
108
109 /// @returns Path to the source file, were the function of the frame is defined. Returns empty string
110 /// if this->source_line() == 0.

Callers 5

dump_compactFunction · 0.80
test_inplaceFunction · 0.80
operator<Function · 0.80
operator==Function · 0.80
hash_valueFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_inplaceFunction · 0.64