Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
string::string()
50
: use_bin_(false)
51
{
52
init(64);
53
TERM(vbf_);
54
}
55
56
string::string(size_t len)
57
: use_bin_(false)
Callers
nothing calls this directly
Calls
3
acl_vstring_mmap_alloc2
Function · 0.85
init
Function · 0.50
length
Method · 0.45
Tested by
no test coverage detected