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

Method strLengthStatic

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

Source from the content-addressed store, hash-verified

35 std::string getString() {return(buf);}
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) {

Callers 1

test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected