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

Method open

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

Source from the content-addressed store, hash-verified

83}
84
85func (s *Store) open() (*sql.DB, error) {
86 db, err := sql.Open("sqlite", s.dbPath)
87 if err != nil {
88 return nil, fmt.Errorf("instructions: open %s: %w", s.dbPath, err)
89 }
90 return db, nil
91}
92
93const rfc = time.RFC3339Nano
94

Callers 10

ListMethod · 0.95
ListWithInstallsMethod · 0.95
GetMethod · 0.95
CreateMethod · 0.95
UpdateMethod · 0.95
DeleteMethod · 0.95
InstallMethod · 0.95
UninstallMethod · 0.95

Calls

no outgoing calls