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

Method GetValue

tests/run_time/source/usertypes.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 class Foobar {
56 public:
57 int GetValue(int index) const {
58 return 1234 + index;
59 }
60 };
61
62 class Doodah {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected