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

Function Fun2

tests/EduShowNoexceptTest.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8void Fun2() noexcept(false)
9{
10 int i = 3;
11}
12
13void Fun3() noexcept
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected