MCPcopy Create free account
hub / github.com/LiteLDev/LeviLamina / StacktraceEntry

Method StacktraceEntry

src/ll/api/utils/StacktraceUtils.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 using native_handle_type = void*;
21
22 explicit StacktraceEntry(void* address) : address(address) {}
23
24 void* native_handle() const { return address; }
25};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected