Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ bar
Function
bar
tests/TestGenericType.cpp:23–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}\r\n\
22
class Bar\r\n\
23
{\r\n\
24
int bar(){ Foo<int, float> z; z.x = 6; z.y = 8.5; return z.x * z.y; }\r\n\
25
}\r\n\
26
Bar v;\r\n\
27
return v.bar();";
Callers
2
TestGenericType.cpp
File · 0.70
foo
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected