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

Method capacity

lib_acl_cpp/src/stdlib/string.cpp:1149–1152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1147}
1148
1149size_t string::capacity() const
1150{
1151 return CAP(vbf_);
1152}
1153
1154string& string::set_offset(size_t n)
1155{

Callers 6

mainFunction · 0.80
updateMethod · 0.80
flush_outMethod · 0.80
readMethod · 0.80
parseMethod · 0.80
uploadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected