MCPcopy Create free account
hub / github.com/cuberite/cuberite / write

Method write

lib/jsoncpp/src/lib_json/json_writer.cpp:197–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196
197std::string
198FastWriter::write( const Value &root )
199{
200 document_ = "";
201 writeValue( root );
202 document_ += "\n";
203 return document_;
204}
205
206
207void

Callers 8

ExpandAssetsMethod · 0.80
InstallWebAdminMethod · 0.80
InstallSinglePluginMethod · 0.80
json_writer.cppFile · 0.80
toStyledStringMethod · 0.80
SaveToDiskMethod · 0.80
SaveChunkToDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected