Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ get
Method
get
externals/simplecpp/simplecpp.cpp:364–366 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
362
}
363
364
int get() override {
365
return istr.get();
366
}
367
int peek() override {
368
return istr.peek();
369
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected