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

Function toInt

fdbclient/DatabaseConfiguration.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58int toInt(ValueRef const& v) {
59 return atoi(v.toString().c_str());
60}
61
62void parse(int* i, ValueRef const& v) {
63 // FIXME: Sanity checking

Callers 2

overwriteProxiesCountMethod · 0.85
setInternalMethod · 0.85

Calls 2

c_strMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected