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

Struct PatternSignature

core/signatures.go:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type PatternSignature struct {
31 part string
32 match *regexp.Regexp
33 name string
34}
35
36func (s SimpleSignature) Match(file MatchFile) (bool, string) {
37 var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected