Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ test
Function
test
tests/extension.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
CNI_NAMESPACE(child)
95
{
96
double test(double b) {
97
std::cout <<
"This should output before everything: "
<< b << std::endl;
98
return b - 0.1;
99
}
100
101
CNI_CONST(test)
102
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected