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

Method executeParameter

src/codegen/executeParameter.go:8–19  ·  view source on GitHub ↗
(step *Step, instr *ssa.Parameter)

Source from the content-addressed store, hash-verified

6)
7
8func (f *Function) executeParameter(step *Step, instr *ssa.Parameter) {
9 destination := step.Register
10
11 if destination == -1 {
12 return
13 }
14
15 source := f.CPU.Call.In[instr.Index]
16
17 if destination == source {
18 return
19 }
20
21 isSpilled := f.isSpilled(destination)
22

Callers 1

executeMethod · 0.95

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected