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

Method toStyledString

lib/jsoncpp/src/lib_json/json_value.cpp:1368–1373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1366
1367
1368std::string
1369Value::toStyledString() const
1370{
1371 StyledWriter writer;
1372 return writer.write( *this );
1373}
1374
1375
1376Value::const_iterator

Callers 1

SendChatMethod · 0.80

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected