MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / assign_effective_operation

Method assign_effective_operation

src/runtime/dag_node.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void dag_node::assign_effective_operation(std::unique_ptr<operation> op)
112{
113 assert(!_replacement_executed_operation);
114 _replacement_executed_operation = std::move(op);
115}
116
117std::size_t dag_node::get_assigned_execution_index() const
118{

Callers 1

Calls 1

moveFunction · 0.50

Tested by

no test coverage detected