MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / ToString

Method ToString

framework/src/util/Any.cpp:145–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 Any::Any() = default;
144
145 std::string
146 Any::ToString() const
147 {
148 if (Empty())
149 {
150 throw std::logic_error("empty any");
151 }
152 return _content->ToString();
153 }
154
155 std::string
156 Any::ToStringNoExcept() const

Callers 15

frame020bMethod · 0.45
frame037aMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
destroyPrototypeMethod · 0.45

Calls 1

EmptyFunction · 0.85

Tested by 15

frame020bMethod · 0.36
frame037aMethod · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36