MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / getCopy

Method getCopy

test/webidl/test.h:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 int getValue(RefUser b) { return b.value; }
83 RefUser &getMe() { return *this; }
84 RefUser getCopy() { return RefUser(value*2); }
85 StringUser getAnother() { return StringUser("another", 5); }
86};
87

Callers 1

post.jsFile · 0.80

Calls 1

RefUserClass · 0.85

Tested by

no test coverage detected