Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ write
Method
write
Utilities/cmcppdap/src/string_buffer.h:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
bool StringBuffer::write(const std::string& s) {
59
return write(s.data(), s.size());
60
}
61
62
std::string StringBuffer::string() const {
63
return str;
Callers
nothing calls this directly
Calls
5
write
Function · 0.85
append
Method · 0.80
push_back
Method · 0.80
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected