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

Method decodeString

lib/jsoncpp/src/lib_json/json_reader.cpp:646–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644
645
646bool
647Reader::decodeString( Token &token )
648{
649 std::string decoded;
650 if ( !decodeString( token, decoded ) )
651 return false;
652 currentValue() = decoded;
653 return true;
654}
655
656
657bool

Callers

nothing calls this directly

Calls 1

codePointToUTF8Function · 0.85

Tested by

no test coverage detected