MCPcopy 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
7func remove(slice []*yaml.Node, s int) []*yaml.Node {
8 return append(slice[:s], slice[s+1:]...)
9}

Callers 1

RemoveKeyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected