Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/djhworld/simple-computer
/ processLabel
Function
processLabel
asm/parser.go:91–95 ·
view source on GitHub ↗
(line string)
Source
from the content-addressed store, hash-verified
89
}
90
91
func
processLabel(line string) DEFLABEL {
92
line = strings.Replace(line,
":"
,
""
, -1)
93
94
return
DEFLABEL{line}
95
}
96
97
func
stripEmptyGroups(input []string) []string {
98
result := []string{}
Callers
1
Parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected