MCPcopy Create free account
hub / github.com/X-Profiler/xprofiler / SetNativeStack

Method SetNativeStack

src/commands/report/native_stack.cc:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace xprofiler {
5
6void NodeReport::SetNativeStack(JSONWriter* writer) {
7 PrintNativeStack(writer);
8}
9
10} // namespace xprofiler

Callers

nothing calls this directly

Calls 1

PrintNativeStackFunction · 0.50

Tested by

no test coverage detected