Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ remove
Function
remove
packages/opencode-atomic-hooks/src/session.ts:193–195 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
191
}
192
193
function
remove(id: string): void {
194
sessions.delete(id)
195
}
196
197
function
incrementTurn(id: string): number {
198
const
session = get(id)
Callers
nothing calls this directly
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected