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

Method buf

lib_acl_cpp/src/stdlib/string.cpp:1131–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1129}
1130
1131void* string::buf() const
1132{
1133 return STR(vbf_);
1134}
1135
1136size_t string::length() const
1137{

Callers 3

test_mainFunction · 0.80
readMethod · 0.80
istream.cppFile · 0.80

Calls

no outgoing calls

Tested by 1

test_mainFunction · 0.64