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

Method host_function

src/device/host/host_function.cpp:571–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569
570//
571host_function::host_function(const std::string_view function_name_, const void* function_, host_function_entry&& entry_) :
572device_function(function_name_), function(function_), entry(std::move(entry_)) {
573 entry.info = &entry.host_function_info;
574}
575
576host_function::host_function(const std::string_view function_name_, function_map_type&& functions_) :
577device_function(function_name_), functions(std::move(functions_)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected