MCPcopy Create free account
hub / github.com/apple/foundationdb / parse

Function parse

fdbclient/SpecialKeySpace.actor.cpp:2072–2074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2070ActorLineageImpl::ActorLineageImpl(KeyRangeRef kr) : SpecialKeyRangeReadImpl(kr) {}
2071
2072void parse(StringRef& val, int& i) {
2073 i = std::stoi(val.toString());
2074}
2075
2076void parse(StringRef& val, double& d) {
2077 d = std::stod(val.toString());

Callers 15

parseMethod · 0.70
parseNetWorkAddrFromKeysFunction · 0.70
commitMethod · 0.70
getURLFormatsMethod · 0.70
parseConfigFunction · 0.70
decodeExcludedServersKeyFunction · 0.70
decodeFailedServersKeyFunction · 0.70
openContainerFSMethod · 0.70

Calls 5

failMethod · 0.80
localeClass · 0.50
toStringMethod · 0.45
c_strMethod · 0.45
isValidMethod · 0.45

Tested by

no test coverage detected