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

Method Install

internal/desktop/entity_service.go:83–85  ·  view source on GitHub ↗
(kind string, input EntityDTO)

Source from the content-addressed store, hash-verified

81}
82
83func (s *EntityService) Install(kind string, input EntityDTO) (EntityDTO, error) {
84 return s.Save(kind, input)
85}
86
87func (s *EntityService) Update(kind string) (OperationResult, error) {
88 if _, err := parseKind(kind); err != nil {

Callers

nothing calls this directly

Calls 1

SaveMethod · 0.95

Tested by

no test coverage detected