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

Method string

lib_acl_cpp/src/stdlib/string.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49string::string()
50: use_bin_(false)
51{
52 init(64);
53 TERM(vbf_);
54}
55
56string::string(size_t len)
57: use_bin_(false)

Callers

nothing calls this directly

Calls 3

acl_vstring_mmap_alloc2Function · 0.85
initFunction · 0.50
lengthMethod · 0.45

Tested by

no test coverage detected