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

Method Path

internal/entities/store.go:76–78  ·  view source on GitHub ↗

Path returns the on-disk JSON path for the store.

()

Source from the content-addressed store, hash-verified

74
75// Path returns the on-disk JSON path for the store.
76func (s *Store) Path() string {
77 return filepath.Join(s.dir, string(s.kind)+"s.json")
78}
79
80// All returns every entity in the store sorted by name.
81func (s *Store) All() ([]Entity, error) {

Callers 5

AllMethod · 0.95
allMapMethod · 0.95
writeMethod · 0.95
UninstallMethod · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected