MCPcopy Create free account
hub / github.com/NetSys/bess / Parse

Function Parse

core/utils/format.cc:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61int Parse(const std::string &s, const char *fmt, ...) {
62 va_list ap;
63 va_start(ap, fmt);
64 int ret = ParseVarg(s, fmt, ap);
65 va_end(ap);
66 return ret;
67}
68
69} // namespace utils
70} // namespace bess

Callers 5

NumNumaNodesFunction · 0.85
GetDefaultHugepageSizeFunction · 0.85
PrintCodeFunction · 0.85
ParseIpv4AddressFunction · 0.85
FromStringMethod · 0.85

Calls 1

ParseVargFunction · 0.85

Tested by

no test coverage detected