Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/CppBenchmark
/ TestInline
Method
TestInline
examples/virtual.cpp:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
virtual ~TesterBase() = default;
17
18
inline int TestInline(int i) { return i + 1; }
19
20
#if (defined(__clang__) || defined(__GNUC__))
21
int TestDirect(int i) __attribute__((noinline)) { return i + 2; }
Callers
1
virtual.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected