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

Method func

tests/run_time/source/usertypes.runtime.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 struct thing {
120 int v = 20;
121 int func(int a) {
122 return a;
123 }
124 };
125 int val = 0;
126

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected