Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ create
Method
create
test/embind/test_custom_marshal.cpp:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
return value;
19
}
20
static IntWrapper create(int v) {
21
return IntWrapper(v);
22
}
23
24
private:
25
explicit IntWrapper(int v) : value(v) {}
Callers
6
runTest
Function · 0.45
Fixture
Function · 0.45
e
Function · 0.45
createFile
Function · 0.45
createDataFile
Function · 0.45
test_fs_mknod
Function · 0.45
Calls
1
IntWrapper
Class · 0.85
Tested by
no test coverage detected