Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuipNetwork/cpp-sdk
/ parsePrivateKey
Method
parsePrivateKey
src/cli.cpp:1106–1109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1104
}
1105
1106
std::vector<uint8_t> CLI::parsePrivateKey(const std::string &key) const {
1107
// Parse a 32-byte private key from hex
1108
return fromHex(key);
1109
}
1110
1111
} // namespace quip
Callers
nothing calls this directly
Calls
1
fromHex
Function · 0.85
Tested by
no test coverage detected