Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
void Foo() noexcept(false)
4
{
5
}
6
7
void Bar() noexcept(true)
8
{
Callers
2
FooFoo
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected