MCPcopy 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
1175bool string::empty() const
1176{
1177 return LEN(vbf_) > 0 ? false : true;
1178}
1179
1180ACL_VSTRING* string::vstring() const
1181{

Callers 15

delMethod · 0.45
get_loadpathMethod · 0.45
string.cppFile · 0.45
updateMethod · 0.45
update_endMethod · 0.45
gen_pack_codeMethod · 0.45
gen_unpack_codeMethod · 0.45
check_commentMethod · 0.45
get_initializelistMethod · 0.45
check_functionMethod · 0.45
check_memberMethod · 0.45
get_filename_without_extFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected