Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ name2
Method
name2
test/core/test_tinyfuncstr.cpp:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
struct Class {
11
static const char *name1() { return
"nameA"
; }
12
const char *name2() { return
"nameB"
; }
13
};
14
15
int main() {
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected