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