Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ CustomIterable
Method
CustomIterable
test/embind/embind_test.cpp:1326–1326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1324
class CustomIterable {
1325
public:
1326
CustomIterable() : values_({1, 2, 3}) {}
1327
1328
unsigned int count() const {
1329
return values_.size();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected