Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
type
EntityService
struct
{}
10
11
func
NewEntityService() *EntityService {
return
&EntityService{} }
12
13
func
(s *EntityService) List(kind string) ([]EntityDTO, error) {
14
store, err := entityStore(kind)
Callers
3
TestEntityServiceSaveSearchUninstall
Function · 0.85
TestEntityServiceInvalidKind
Function · 0.85
NewServices
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestEntityServiceSaveSearchUninstall
Function · 0.68
TestEntityServiceInvalidKind
Function · 0.68