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

Method foo

tests/run_time/source/usertypes.runtime.cpp:405–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403 static int values[4] = {};
404 struct sample {
405 void foo(std::string k, int v) {
406 keys[writes] = k;
407 values[writes] = v;
408 ++writes;
409 }
410 };
411
412 sol::state lua;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected