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