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

Method GetTree

internal/providers/github/client.go:27–27  ·  view source on GitHub ↗
(ctx context.Context, owner string, repo string, sha string, recursive bool)

Source from the content-addressed store, hash-verified

25//nolint:lll
26type Git interface {
27 GetTree(ctx context.Context, owner string, repo string, sha string, recursive bool) (*github.Tree, *github.Response, error)
28}
29
30type client struct {

Callers 1

GetFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected