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

Struct sourceRepo

internal/providers/github/repos.go:61–64  ·  view source on GitHub ↗

nolint:exhaustruct

Source from the content-addressed store, hash-verified

59var _ source.Source = sourceRepo{} //nolint:exhaustruct
60
61type sourceRepo struct {
62 log *slog.Logger
63 repo Repo
64}
65
66func (r sourceRepo) ConfigHash() string {
67 return r.repo.Hash()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected