Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
25
interface
SQLiteDatabase {
26
prepare(sql: string): SQLiteStatement;
27
close(): void;
28
}
29
30
// ─── Database path ────────────────────────────────────────────────────────────
Callers
15
launchSession
Function · 0.65
closeSession
Function · 0.65
readCwdFromJsonl
Function · 0.65
readFirstLine
Function · 0.65
extractTitle
Method · 0.65
scan
Function · 0.65
sessionExists
Method · 0.65
sessionUpdatedSince
Method · 0.65
readSessionOutput
Method · 0.65
scanSessions
Method · 0.65
extractTitle
Function · 0.65
stopCodingSessionWatcher
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected