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

Method Data

tests/StaticHandler7Test.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3 int i;
4
5 Data(int x)
6 : i{x}
7 {
8 }
9};
10
11Data& Fun(int x)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected