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

Method int_entry

tests/run_time/source/lua_value.cpp:38–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 int value;
37
38 int_entry() : value(0) {
39 }
40
41 int_entry(int v) : value(v) {
42 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected