Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/belak/gitdir
/ remove
Function
remove
internal/yaml/utils.go:7–9 ·
view source on GitHub ↗
(slice []*yaml.Node, s int)
Source
from the content-addressed store, hash-verified
5
)
6
7
func
remove(slice []*yaml.Node, s int) []*yaml.Node {
8
return
append(slice[:s], slice[s+1:]...)
9
}
Callers
1
RemoveKey
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected