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

Method my_func

examples/source/read_only.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6struct object {
7 void my_func() {
8 std::cout << "hello\n";
9 }
10};
11
12int deny(lua_State* L) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected