MCPcopy Create free account
hub / github.com/akyoto/q / executeCopy

Method executeCopy

src/codegen/executeCopy.go:8–23  ·  view source on GitHub ↗
(step *Step, instr *ssa.Copy)

Source from the content-addressed store, hash-verified

6
7func (f *Function) executeCopy(step *Step, instr *ssa.Copy) {
8 if step.Register == -1 {
9 return
10 }
11
12 copy := f.ValueToStep[instr.Value]
13 f.move(step, copy, step)
14}

Callers 1

executeMethod · 0.95

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected