MCPcopy Create free account
hub / github.com/cvmfs/cvmfs / String2Int64

Function String2Int64

cvmfs/util/string.cc:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235int64_t String2Int64(const string &value) {
236 int64_t result;
237 sscanf(value.c_str(), "%" PRId64, &result);
238 return result;
239}
240
241uint64_t String2Uint64(const string &value) {
242 uint64_t result;

Callers 15

MainMethod · 0.85
CleanupOldAutoTagsMethod · 0.85
SetupBehaviorMethod · 0.85
SetupDnsTuningMethod · 0.85
MainMethod · 0.85
FuseMainFunction · 0.85
ParseWhitelistMethod · 0.85
VfsRdOnlyOpenFunction · 0.85
MainCacheManagerMethod · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected