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

Function NewEntityService

internal/desktop/entity_service.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9type EntityService struct{}
10
11func NewEntityService() *EntityService { return &EntityService{} }
12
13func (s *EntityService) List(kind string) ([]EntityDTO, error) {
14 store, err := entityStore(kind)

Callers 3

NewServicesFunction · 0.85

Calls

no outgoing calls

Tested by 2