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

Method GetMeta

internal/connect/api.go:18–18  ·  view source on GitHub ↗
(ctx context.Context, owner, repoName, commit string)

Source from the content-addressed store, hash-verified

16
17type provider interface {
18 GetMeta(ctx context.Context, owner, repoName, commit string) (content.Meta, error)
19 GetFiles(ctx context.Context, owner, repoName, commit string) ([]content.File, error)
20 Repositories() []source.Source
21}

Callers 8

resolveModulePinMethod · 0.65
resolveRepoByFullNameMethod · 0.65
ServeHTTPMethod · 0.65
ServeGraphMethod · 0.65
ServeDownloadMethod · 0.65
prewarmHeadsMethod · 0.65
probeCommitIDMethod · 0.65

Implementers 2

Repointernal/providers/multisource/repo.go
mockProviderinternal/connect/api_test.go

Calls

no outgoing calls

Tested by

no test coverage detected