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

Method Update

internal/desktop/entity_service.go:87–92  ·  view source on GitHub ↗
(kind string)

Source from the content-addressed store, hash-verified

85}
86
87func (s *EntityService) Update(kind string) (OperationResult, error) {
88 if _, err := parseKind(kind); err != nil {
89 return OperationResult{}, err
90 }
91 return OperationResult{OK: true, Message: "repository update is available from the CLI and will be wired to desktop fetch flows incrementally"}, nil
92}
93
94func entityStore(kind string) (*entities.Store, error) {
95 parsed, err := parseKind(kind)

Callers

nothing calls this directly

Calls 1

parseKindFunction · 0.85

Tested by

no test coverage detected