Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ longlong
Function
longlong
unittests/compiled_tests.cpp:877–879 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
875
876
877
void longlong(long long i) {
878
std::cout << i <<
'\n'
;
879
}
880
881
TEST_CASE(
"Test long long dispatch"
)
882
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected