MCPcopy Create free account
hub / github.com/ceph/ceph / parse

Method parse

src/test/objectstore_bench.cc:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51};
52
53bool byte_units::parse(const std::string &val, std::string *err)
54{
55 v = strict_iecstrtoll(val, err);
56 return err->empty();
57}
58
59std::ostream& operator<<(std::ostream &out, const byte_units &amount)
60{

Callers 15

TESTFunction · 0.45
gather_socket_outputMethod · 0.45
xml_to_cors_ruleFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
mainFunction · 0.45
get_credsFunction · 0.45
user_infoFunction · 0.45
parse_json_respFunction · 0.45
get_log_listFunction · 0.45
get_bilog_listFunction · 0.45
get_datalog_listFunction · 0.45

Calls 2

strict_iecstrtollFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected