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

Method readKey

test/Metadata.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 return readLength();
79 }
80 std::string readKey()
81 {
82 return readString();
83 }
84 std::string readValue()
85 {
86 switch(nextType())

Callers 1

parseCBORMetadataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected