MCPcopy Create free account
hub / github.com/a2flo/floor / operator()

Method operator()

compute/host/host_kernel.cpp:623–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621 unique_ptr<kernel_func_base> kfunc {};
622
623 void operator()() const noexcept FLOOR_HOST_COMPUTE_CC {
624 kfunc->call();
625 }
626
627 explicit operator bool() const {
628 return (kfunc != nullptr);

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected