MCPcopy Create free account
hub / github.com/acl-dev/acl / length

Method length

lib_acl_cpp/src/stdlib/string.cpp:1136–1142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1134}
1135
1136size_t string::length() const
1137{
1138 if (scan_ptr_) {
1139 return LEN(vbf_) - (scan_ptr_ - STR(vbf_));
1140 }
1141 return LEN(vbf_);
1142}
1143
1144size_t string::size() const
1145{

Callers 13

operator >>Method · 0.95
set_attrsMethod · 0.45
serializeMethod · 0.45
acl_foreachFunction · 0.45
xml1.cppFile · 0.45
push_popMethod · 0.45
pop_endMethod · 0.45
updateMethod · 0.45
flush_outMethod · 0.45
push_popMethod · 0.45
pop_endMethod · 0.45
stringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected