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

Method executeFunction

src/codegen/executeFunction.go:8–17  ·  view source on GitHub ↗
(step *Step, instr *ssa.Function)

Source from the content-addressed store, hash-verified

6)
7
8func (f *Function) executeFunction(step *Step, instr *ssa.Function) {
9 if step.Register == -1 {
10 return
11 }
12
13 f.Assembler.Append(&asm.MoveLabel{
14 Destination: step.Register,
15 Label: instr.String(),
16 })
17}

Callers 1

executeMethod · 0.95

Calls 2

StringMethod · 0.65
AppendMethod · 0.45

Tested by

no test coverage detected