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

Method func

tests/Issue454.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 int i;
6 double d;
7 double func() const noexcept{
8 // should't also this show a try ... catch block?
9 return d*i;
10 }
11};
12
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected