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

Method fun

tests/run_time/source/usertypes.basic.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 int fun(int xa) {
146 return xa * 10;
147 }
148 };
149
150 sol::state lua;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected