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

Method ToStringNoExcept

framework/src/util/Any.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 }
154
155 std::string
156 Any::ToStringNoExcept() const
157 {
158 return Empty() ? std::string() : _content->ToString();
159 }
160
161 std::ostream&
162 any_value_to_cpp(std::ostream& os, Any const& val, uint8_t const increment, int32_t const indent)

Callers 10

TEST_FFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
BundlePrivateMethod · 0.80
handleUpdatedExceptionFunction · 0.80
TEST_FFunction · 0.80
GetTestManifestFunction · 0.80
AddingServiceMethod · 0.80

Calls 2

EmptyFunction · 0.85
ToStringMethod · 0.45

Tested by 5

TEST_FFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
GetTestManifestFunction · 0.64