MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_as_utf8_string

Method get_as_utf8_string

utility/file_access_buffer.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150String FileAccessBuffer::get_as_utf8_string() const {
151 String s;
152 s.append_utf8((const char *)data.ptr() + pos, real_size - pos);
153 return s;
154}
155
156String FileAccessBuffer::whole_file_as_utf8_string() const {
157 String s;

Callers 1

openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected