Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Naios/function2
/ call
Function
call
test/regressions.cpp:110–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
static int call(fu2::function_view<int()> fun) {
111
return fun();
112
}
113
114
// https://github.com/Naios/function2/issues/13
115
TEST(regression_tests, can_convert_nonowning_noncopyable_view) {
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected