MCPcopy
hub / github.com/git-lfs/git-lfs / Remove

Method Remove

tools/stringset.go:128–130  ·  view source on GitHub ↗

Allows the removal of a single item in the set.

(i string)

Source from the content-addressed store, hash-verified

126
127// Allows the removal of a single item in the set.
128func (set StringSet) Remove(i string) {
129 delete(set, i)
130}
131
132// Cardinality returns how many items are currently in the set.
133func (set StringSet) Cardinality() int {

Callers 15

CheckCloneFileSupportedFunction · 0.45
TestSetWriteFlagFunction · 0.45
TempFileFunction · 0.45
CheckCloneFileSupportedFunction · 0.45
SpoolFunction · 0.45
TestOrderedSetRemoveFunction · 0.45
CheckCloneFileSupportedFunction · 0.45
CloneFileByPathFunction · 0.45
RemoveByPathMethod · 0.45
RemoveByIdMethod · 0.45
TestLockCacheFunction · 0.45
TeardownMethod · 0.45

Calls

no outgoing calls