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

Function func_2

examples/source/calling_lua_functions.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10std::string func_2(std::string text) {
11 return "received: " + text;
12}
13
14sol::variadic_results fallback(
15 sol::this_state ts, sol::variadic_args args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected