Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MikeMirzayanov/testlib
/ getReadChars
Method
getReadChars
testlib.h:1937–1939 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1935
}
1936
1937
std::vector<int> getReadChars() {
1938
__testlib_fail(
"getReadChars not implemented in BufferedFileInputStreamReader"
);
1939
}
1940
1941
int curChar() {
1942
if (!refill())
Callers
nothing calls this directly
Calls
1
__testlib_fail
Function · 0.70
Tested by
no test coverage detected