MCPcopy Create free account
hub / github.com/a2flo/floor / device_function

Method device_function

include/floor/device/device_function.hpp:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43class device_function {
44public:
45 constexpr device_function(const std::string_view function_name_) noexcept : function_name(function_name_) {}
46 virtual ~device_function() = default;
47
48 struct function_entry {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected