MCPcopy Create free account
hub / github.com/argotorg/solidity / jsonCompactPrint

Function jsonCompactPrint

libsolutil/JSON.cpp:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125std::string jsonPrettyPrint(Json const& _input) { return jsonPrint(_input, JsonFormat{JsonFormat::Pretty}); }
126
127std::string jsonCompactPrint(Json const& _input) { return jsonPrint(_input, JsonFormat{JsonFormat::Compact}); }
128
129std::string jsonPrint(Json const& _input, JsonFormat const& _format)
130{

Callers 10

BOOST_AUTO_TEST_CASEFunction · 0.85
Assembler.cppFile · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
sendMethod · 0.85
parseInputMethod · 0.85
importASTsMethod · 0.85
createMetadataMethod · 0.85
parseAstFromInputMethod · 0.85

Calls 1

jsonPrintFunction · 0.85

Tested by

no test coverage detected