MCPcopy
hub / github.com/RedPlanetHQ/core / close

Method close

packages/cli/src/utils/coding-agents/opencode.ts:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25interface SQLiteDatabase {
26 prepare(sql: string): SQLiteStatement;
27 close(): void;
28}
29
30// ─── Database path ────────────────────────────────────────────────────────────

Callers 15

launchSessionFunction · 0.65
closeSessionFunction · 0.65
readCwdFromJsonlFunction · 0.65
readFirstLineFunction · 0.65
extractTitleMethod · 0.65
scanFunction · 0.65
sessionExistsMethod · 0.65
sessionUpdatedSinceMethod · 0.65
readSessionOutputMethod · 0.65
scanSessionsMethod · 0.65
extractTitleFunction · 0.65
stopCodingSessionWatcherFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected