MCPcopy Create free account
hub / github.com/dfranx/SHADERed / string

Method string

libs/cppdap/src/string_buffer.h:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60std::string StringBuffer::string() const {
61 return str;
62}
63
64size_t StringBuffer::read(void* buffer, size_t bytes) {
65 if (closed || bytes == 0 || str.size() == 0) {

Callers 14

UpdateMethod · 0.45
m_renderPopupsMethod · 0.45
m_loadTemplateListMethod · 0.45
SaveAsMethod · 0.45
GetRelativePathMethod · 0.45
GetTexturePathMethod · 0.45
ResetProjectDirectoryMethod · 0.45
InitMethod · 0.45
getFilenameFunction · 0.45
ExportMethod · 0.45
m_renderGeneralMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36