MCPcopy Index your code
hub / github.com/dagger/dagger / Tree

Method Tree

core/git.go:53–53  ·  view source on GitHub ↗
(ctx context.Context, srv *dagql.Server, discard bool, depth int, includeTags bool)

Source from the content-addressed store, hash-verified

51
52type GitRefBackend interface {
53 Tree(ctx context.Context, srv *dagql.Server, discard bool, depth int, includeTags bool) (checkout *Directory, err error)
54
55 mount(ctx context.Context, depth int, includeTags bool, fn func(*gitutil.GitCLI) error) error
56}

Callers 15

Colors16Method · 0.65
Colors256Method · 0.65
GitReadmeMethod · 0.65
SourceMethod · 0.65
ReleaseMethod · 0.65
PromptMethod · 0.65
PromptMethod · 0.65
TreeMethod · 0.65
requireGitRefIsTagFunction · 0.65

Implementers 2

LocalGitRefcore/git_local.go
RemoteGitRefcore/git_remote.go

Calls

no outgoing calls