MCPcopy Index your code
hub / github.com/git-lfs/git-lfs / Pattern

Method Pattern

git/gitattr/attr.go:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21type PatternLine interface {
22 Pattern() *wildmatch.Wildmatch
23 Line
24}
25

Callers 15

AttrPathsFromReaderFunction · 0.65
TestParseLinesFunction · 0.65
TestParseLinesManyAttrsFunction · 0.65
TestParseLinesManyLinesFunction · 0.65
TestParseLinesUnsetFunction · 0.65
TestParseLinesWithMacrosFunction · 0.65
AppliedMethod · 0.65
ProcessLinesMethod · 0.65

Implementers 1

patternLinegit/gitattr/attr.go

Calls

no outgoing calls