Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
func
(f *Function) executeLabel(instr *Label) {
8
f.Assembler.Append(&asm.Label{
9
Name: instr.Name,
10
})
11
}
Callers
1
execute
Method · 0.95
Calls
1
Append
Method · 0.45
Tested by
no test coverage detected