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

Function checkSourceKeys

libsolidity/interface/StandardCompiler.cpp:474–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474std::optional<Json> checkSourceKeys(Json const& _input, std::string const& _name)
475{
476 static std::set<std::string> keys{"content", "keccak256", "urls"};
477 return checkKeys(_input, keys, "sources." + _name);
478}
479
480std::optional<Json> checkAuxiliaryInputKeys(Json const& _input)
481{

Callers 1

parseInputMethod · 0.85

Calls 1

checkKeysFunction · 0.85

Tested by

no test coverage detected