Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ empty
Method
empty
lib_acl_cpp/src/stdlib/string.cpp:1175–1178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1173
}
1174
1175
bool string::empty() const
1176
{
1177
return LEN(vbf_) > 0 ? false : true;
1178
}
1179
1180
ACL_VSTRING* string::vstring() const
1181
{
Callers
15
del
Method · 0.45
get_loadpath
Method · 0.45
string.cpp
File · 0.45
update
Method · 0.45
update_end
Method · 0.45
gen_pack_code
Method · 0.45
gen_unpack_code
Method · 0.45
check_comment
Method · 0.45
get_initializelist
Method · 0.45
check_function
Method · 0.45
check_member
Method · 0.45
get_filename_without_ext
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected