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

Function func_1s

tests/run_time/source/functions.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85std::string func_1s(std::string a) {
86 return "string: " + a;
87}
88
89int func_2(int, int) {
90 return 2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected