Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ check_namespace_end
Method
check_namespace_end
lib_acl_cpp/src/serialize/gsoner.cpp:385–394 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
}
384
385
bool gsoner::check_namespace_end(void)
386
{
387
if (namespaces_.size()) {
388
namespaces_.pop_back();
389
pos_++;
390
return true;
391
}
392
393
return false;
394
}
395
396
std::string gsoner::next_token(std::string delimiters)
397
{
Callers
nothing calls this directly
Calls
2
size
Method · 0.45
pop_back
Method · 0.45
Tested by
no test coverage detected