Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
122
template<typename T>
123
void __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
bar
Function · 0.70
Tested by
no test coverage detected