Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ foo
Function
foo
tests/TestClasses.cpp:617–619 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
615
{\r\n\
616
const int a = 5;\r\n\
617
const int b = a + 5;\r\n\
618
}\r\n\
619
int Foo:foo(){ return a * b; }\r\n\
620
Foo m;\r\n\
621
return m.foo();";
622
TEST_RESULT(
"Class constants 4"
, testClassConstants4,
"50"
);
Callers
1
TestClasses.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected