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

Method sayHello

tests/run_time/source/usertypes.basic.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 class Test {
89 public:
90 void sayHello() {
91 std::cout << "Hey\n";
92 }
93 };
94
95 sol::state lua;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected