MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / defaultFetcher

Struct defaultFetcher

internal/metadata/refresh.go:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42type defaultFetcher struct{}
43
44func (defaultFetcher) Fetch(owner, repo, branch, dest string) (string, error) {
45 // A shorter timeout than the package default so one slow/unreachable repo

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected