Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ classFunction
Method
classFunction
test/embind/embind_test.cpp:539–541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
537
return baseMember;
538
}
539
static std::string classFunction() {
540
return
"Base"
;
541
};
542
std::string name;
543
int member;
544
int baseMember;
Callers
1
embind.test.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected