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

Method get_string

src/client/Trace.cc:69–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69const char *Trace::get_string(string &buf, const char *prefix)
70{
71 peek_string(buf, prefix);
72
73 //cout << "buf is " << buf << std::endl;
74 // read next line (and detect eof early)
75 _line++;
76 getline(*fs, line);
77 //cout << "next line is " << line << std::endl;
78
79 return buf.c_str();
80}

Callers 15

play_traceMethod · 0.45
listMethod · 0.45
_do_lsMethod · 0.45
_config_checks_listMethod · 0.45
_client_keyring_lsMethod · 0.45
channel_lsMethod · 0.45
collection_lsMethod · 0.45
_get_list_text_outputMethod · 0.45
handle_fs_statusMethod · 0.45
handle_osd_statusMethod · 0.45
handle_commandMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected