MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / toString

Method toString

src/server/angelscript/json/jsonfile.cpp:292–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290
291
292std::string JSONFile::toString(const std::string& indentation) const {
293 /* rapidjson::Document document;
294 ToRapidjsonValue(document, root_, document.GetAllocator());
295
296 StringBuffer buffer;
297 PrettyWriter<StringBuffer> writer(buffer);
298 writer.SetIndent(!indendation.Empty() ? indendation.Front() : '\0', indendation.Length());
299
300 document.Accept(writer);
301 return buffer.GetString(); */
302
303 return std::string();
304}

Callers 10

setUrlMethod · 0.45
import_cssMethod · 0.45
MainWindowMethod · 0.45
positionUpdateMethod · 0.45
updatePlayerUIMethod · 0.45
addFileMethod · 0.45
removeFileMethod · 0.45
playMethod · 0.45
loadPlaylistMethod · 0.45
savePlaylistMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected