MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / execute

Method execute

include/daxa/utils/task_graph.hpp:162–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 void execute(daxa::TaskInterface ti)
163 {
164 if (callback)
165 {
166 callback(ti, data.data());
167 }
168 }
169
170 void operator()(daxa::TaskInterface ti)
171 {

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected