Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ getID
Method
getID
test/webidl/test.h:213–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
class SmallObject : public ISmallObject {
212
public:
213
int getID(int number) {
214
return number;
215
}
216
};
217
218
class ObjectProvider : public IObjectProvider {
Callers
1
post.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected