MCPcopy 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
385bool 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
396std::string gsoner::next_token(std::string delimiters)
397{

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected