MCPcopy Create free account
hub / github.com/easyp-tech/server / sourceRepo

Struct sourceRepo

internal/providers/localgit/localgit.go:108–112  ·  view source on GitHub ↗

nolint:exhaustruct

Source from the content-addressed store, hash-verified

106var _ source.Source = sourceRepo{} //nolint:exhaustruct
107
108type sourceRepo struct {
109 dirName string
110 repo filter.Repo
111 l namedLocks
112}
113
114func (r sourceRepo) ConfigHash() string {
115 return r.repo.Hash()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected