Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/a2flo/floor
/ operator()
Method
operator()
src/device/host/host_function.cpp:632–634 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
630
std::unique_ptr<host_function_base> kfunc {};
631
632
void operator()() const noexcept FLOOR_HOST_COMPUTE_CC {
633
kfunc->call();
634
}
635
636
explicit operator bool() const {
637
return (kfunc != nullptr);
Callers
nothing calls this directly
Calls
1
call
Method · 0.45
Tested by
no test coverage detected