MCPcopy 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

10struct Class {
11 static const char *name1() { return "nameA"; }
12 const char *name2() { return "nameB"; }
13};
14
15int main() {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected