Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MikeMirzayanov/testlib
/ getReadChars
Method
getReadChars
testlib.h:1705–1707 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1703
}
1704
1705
std::vector<int> getReadChars() {
1706
__testlib_fail(
"getReadChars not implemented in StringInputStreamReader"
);
1707
}
1708
1709
int curChar() {
1710
if (pos >= s.length())
Callers
nothing calls this directly
Calls
1
__testlib_fail
Function · 0.70
Tested by
no test coverage detected