MCPcopy Create free account
hub / github.com/bloomberg/pystack / ModuleArg

Class ModuleArg

src/pystack/_pystack/unwinder.cpp:346–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346struct ModuleArg
347{
348 const char* symbol;
349 const char* modulename;
350 remote_addr_t addr;
351};
352
353static int
354module_callback(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected