Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ begin_with
Method
begin_with
lib_acl_cpp/src/stdlib/string.cpp:987–990 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
985
}
986
987
bool string::begin_with(const char* s, bool case_sensitive /* = true */) const
988
{
989
return ncompare(s, strlen(s), case_sensitive) == 0;
990
}
991
992
bool string::begin_with(const void* v, size_t n) const
993
{
Callers
2
test
Function · 0.80
get_line
Method · 0.80
Calls
2
c_str
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected