MCPcopy Create free account
hub / github.com/ThePhD/sol2 / func_1

Function func_1

tests/run_time/source/functions.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79} // namespace sep
80
81int func_1(int) {
82 return 1;
83}
84
85std::string func_1s(std::string a) {
86 return "string: " + a;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected