Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
int toInt(ValueRef const& v) {
59
return atoi(v.toString().c_str());
60
}
61
62
void parse(int* i, ValueRef const& v) {
63
// FIXME: Sanity checking
Callers
2
overwriteProxiesCount
Method · 0.85
setInternal
Method · 0.85
Calls
2
c_str
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected