Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eth0izzle/shhgit
/ Signature
Interface
Signature
core/signatures.go:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
)
17
18
type
Signature
interface
{
19
Name() string
20
Match(file MatchFile) (bool, string)
21
GetContentsMatches(file MatchFile) []string
22
}
23
24
type
SimpleSignature
struct
{
25
part string
Callers
4
processRepositoryOrGist
Function · 0.65
processRepositoryOrGist
Function · 0.65
Match
Method · 0.65
processRepositoryOrGist
Function · 0.65
Implementers
2
SimpleSignature
core/signatures.go
PatternSignature
core/signatures.go
Calls
no outgoing calls
Tested by
no test coverage detected