Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
clear
Method · 0.45
Tested by
no test coverage detected