MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / Foo

Function Foo

test/test_emscripten_log.cpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121// Arbitrary function signature to add some content to callstack.
122template<typename T>
123void __attribute__((noinline)) Foo() {
124 bar();
125}
126
127#define TestLog(args...) emscripten_log(EM_LOG_CONSOLE, args)
128

Callers

nothing calls this directly

Calls 1

barFunction · 0.70

Tested by

no test coverage detected