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

Method Write

internal/cli/lifecycle.go:106–106  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

104type discardWriter struct{}
105
106func (discardWriter) Write(p []byte) (int, error) { return len(p), nil }
107
108func pickTargets(registry *tools.Registry, target string) ([]tools.Tool, error) {
109 if target == "all" {

Calls

no outgoing calls