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

Function NewStringSet

tools/stringset.go:16–18  ·  view source on GitHub ↗

Creates and returns a reference to an empty set.

()

Source from the content-addressed store, hash-verified

14
15// Creates and returns a reference to an empty set.
16func NewStringSet() StringSet {
17 return make(StringSet)
18}
19
20// Creates and returns a reference to an empty set with a capacity.
21func NewStringSetWithCapacity(capacity int) StringSet {

Callers 9

calcSkippedRefsFunction · 0.92
newUploadContextFunction · 0.92
prepareUploadMethod · 0.92
UnionMethod · 0.85
IntersectMethod · 0.85
DifferenceMethod · 0.85
CloneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected