MCPcopy Create free account
hub / github.com/apache/qpid-proton / str

Method str

cpp/src/uuid.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104std::string uuid::str() const {
105 std::ostringstream s;
106 s << *this;
107 return s.str();
108}
109
110}

Callers 15

parse_saslFunction · 0.45
parseFunction · 0.45
to_stringFunction · 0.45
to_stringFunction · 0.45
on_openMethod · 0.45
failMethod · 0.45
pni_urlencodeFunction · 0.45
url_test.cppFile · 0.45
config_with_portMethod · 0.45
make_conversion_errorFunction · 0.45
make_urlFunction · 0.45
next_link_nameFunction · 0.45

Calls

no outgoing calls

Tested by 7

on_openMethod · 0.36
failMethod · 0.36
config_with_portMethod · 0.36
make_urlFunction · 0.36
strFunction · 0.36
on_openMethod · 0.36
describeMethod · 0.36