MCPcopy Create free account
hub / github.com/charto/nbind / strLength

Method strLength

test/PrimitiveMethods.cc:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37 static int strLengthStatic(const char *x) {return(strlen(x));}
38 int strLength(const unsigned char *x) {return(strlen(reinterpret_cast<const char *>(x)));}
39
40 static char *catenateStatic(const char *x, const char *y) {
41 strcpy(buf, x);

Callers 1

test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected