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

Function Foo

tests/NoexceptExprTest.cpp:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <cstdio>
2
3void Foo() noexcept(false)
4{
5}
6
7void Bar() noexcept(true)
8{

Callers 2

FooFooFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected