MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / string

Method string

src/geode/basic/assert.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 std::string OpenGeodeException::string() const
72 {
73 return absl::StrCat( "OpenGeodeException of type ", type_name(),
74 " from project ", project(), " and library ", library(), ": ",
75 what() );
76 }
77
78 int geode_lippincott()
79 {

Callers 1

geode_lippincottFunction · 0.45

Calls 3

projectFunction · 0.85
libraryFunction · 0.85
type_nameFunction · 0.50

Tested by

no test coverage detected