Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ function_ordering_test_two
Function
function_ordering_test_two
unittests/compiled_tests.cpp:314–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
}
313
314
int function_ordering_test_two(int &)
315
{
316
return 2;
317
}
318
319
TEST_CASE(
"Function ordering"
)
320
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected