MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / f7

Function f7

tests/TemporaryHandler2Test.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void f7(X& x)
34{ // Pass by non-const reference
35 x.modify();
36}
37
38
39X f8(bool x, int y)

Callers

nothing calls this directly

Calls 1

modifyMethod · 0.45

Tested by

no test coverage detected