MCPcopy
hub / github.com/eth0izzle/shhgit / Match

Method Match

core/signatures.go:20–20  ·  view source on GitHub ↗
(file MatchFile)

Source from the content-addressed store, hash-verified

18type Signature interface {
19 Name() string
20 Match(file MatchFile) (bool, string)
21 GetContentsMatches(file MatchFile) []string
22}
23

Callers 2

processRepositoryOrGistFunction · 0.65
MatchMethod · 0.65

Implementers 2

SimpleSignaturecore/signatures.go
PatternSignaturecore/signatures.go

Calls

no outgoing calls

Tested by

no test coverage detected