Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetUniString
Method
GetUniString
libs/base/string_utils.hpp:252–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
UniString GetUniString() const
253
{
254
ASSERT(m_start != m_finish, (
"Dereferencing of empty iterator."
));
255
return UniString(m_start, m_end);
256
}
257
258
explicit operator bool() const { return m_start != m_finish; }
259
Callers
1
UNIT_TEST
Function · 0.80
Calls
2
ASSERT
Function · 0.85
UniString
Class · 0.70
Tested by
1
UNIT_TEST
Function · 0.64