Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ functor_cast_test_call
Function
functor_cast_test_call
unittests/compiled_tests.cpp:337–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
336
337
int functor_cast_test_call(const std::function<int (int)> &f, int val)
338
{
339
return f(val);
340
}
341
342
TEST_CASE(
"Functor cast"
)
343
{
Callers
nothing calls this directly
Calls
1
f
Function · 0.50
Tested by
no test coverage detected