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

Method Error

internal/instructions/store.go:58–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56type ConflictError struct{ Message string }
57
58func (e *ConflictError) Error() string { return e.Message }
59
60// Store persists instructions in cam.db and mirrors content to managed files.
61type Store struct {

Callers 4

CreateMethod · 0.45
UpdateMethod · 0.45
isPrivilegeErrorFunction · 0.45
InstallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected