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

Method f

examples/source/tutorials/quick_n_dirty/namespacing.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 int b = 24;
11
12 int f() const {
13 return 24;
14 }
15
16 void g() {
17 ++b;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected