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

Method complete

src/device/indirect_command.cpp:253–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void generic_indirect_command_pipeline::complete(const device& dev) {
254 if (!get_pipeline_entry(dev)) {
255 throw std::runtime_error("no pipeline entry for device " + dev.name);
256 }
257}
258
259void generic_indirect_command_pipeline::complete() {
260 // nop

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected