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

Method executeLabel

src/codegen/executeLabel.go:7–11  ·  view source on GitHub ↗
(instr *Label)

Source from the content-addressed store, hash-verified

5)
6
7func (f *Function) executeLabel(instr *Label) {
8 f.Assembler.Append(&asm.Label{
9 Name: instr.Name,
10 })
11}

Callers 1

executeMethod · 0.95

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected