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

Function testString

test/Strict.cc:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33int testInt(int x) { return(x); }
34bool testBool(bool x) { return(x); }
35std::string testString(std::string x) { return(x); }
36const char *testCString(const char *x) { return(x); }
37
38int strictInt(int x) { return(x); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected