MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / functionOverload

Method functionOverload

unittests/compiled_tests.cpp:509–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507 std::string function2() { return "Function2"; }
508 void function3() {}
509 std::string functionOverload(double) { return "double"; }
510 std::string functionOverload(int) { return "int"; }
511};
512

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected