Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseCBORMetadata
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected