MCPcopy Create free account
hub / github.com/a2flo/floor / ~device_program

Method ~device_program

src/device/device_program.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace fl {
23
24device_program::~device_program() {}
25
26std::shared_ptr<device_function> device_program::get_function(const std::string_view& func_name) const {
27 const auto iter = find(cbegin(function_names), cend(function_names), func_name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected