MCPcopy Create free account
hub / github.com/comaps/comaps / Clear

Method Clear

libs/coding/value_opt_string.hpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 void Clear() { m_s.clear(); }
23 bool IsEmpty() const { return m_s.empty(); }
24 std::string const & Get() const { return m_s; }
25

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected