Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
func
(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
execute
Method · 0.95
Calls
1
Append
Method · 0.45
Tested by
no test coverage detected