MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / decodeDouble

Method decodeDouble

Source/JSON/jsoncpp.cpp:735–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735bool Reader::decodeDouble(Token& token) {
736 Value decoded;
737 if (!decodeDouble(token, decoded))
738 return false;
739 currentValue().swapPayload(decoded);
740 return true;
741}
742
743bool Reader::decodeDouble(Token& token, Value& decoded) {
744 double value = 0;

Callers

nothing calls this directly

Calls 2

swapPayloadMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected