Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ read
Method
read
Utilities/cmcppdap/src/io.cpp:98–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
w->close();
97
}
98
size_t read(void* buffer, size_t n) override { return r->read(buffer, n); }
99
bool write(const void* buffer, size_t n) override {
100
return w->write(buffer, n);
101
}
Callers
9
runTest
Function · 0.45
getInput
Function · 0.45
getStdin
Function · 0.45
read
Method · 0.45
TEST
Function · 0.45
read
Function · 0.45
getPayload
Method · 0.45
run
Method · 0.45
create_identifiers.py
File · 0.45
Calls
no outgoing calls
Tested by
5
runTest
Function · 0.36
getInput
Function · 0.36
getStdin
Function · 0.36
TEST
Function · 0.36
read
Function · 0.36