Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ string
Method
string
Utilities/cmcppdap/src/string_buffer.h:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
std::string StringBuffer::string() const {
63
return str;
64
}
65
66
size_t StringBuffer::read(void* buffer, size_t bytes) {
67
if (closed || bytes == 0 || str.size() == 0 || chunk_lengths.size() == 0) {
Callers
2
TEST
Function · 0.45
lexically_relative
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36