MCPcopy 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
987bool string::begin_with(const char* s, bool case_sensitive /* = true */) const
988{
989 return ncompare(s, strlen(s), case_sensitive) == 0;
990}
991
992bool string::begin_with(const void* v, size_t n) const
993{

Callers 2

testFunction · 0.80
get_lineMethod · 0.80

Calls 2

c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected