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

Function testBool

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

Source from the content-addressed store, hash-verified

32
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected