Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ method
Method
method
test/embind/embind_test.cpp:2874–2876 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2872
2873
struct BoundClass {
2874
UnboundClass method(UnboundClass t) {
2875
return t;
2876
}
2877
2878
static UnboundClass classfunction(UnboundClass t) {
2879
return t;
Callers
1
embind.test.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected