Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ dispose
Function
dispose
packages/app/src/context/global-sync/queue.ts:81–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
queued.delete(key(directory))
80
},
81
dispose() {
82
if
(!timer)
return
83
clearTimeout(timer)
84
timer = undefined
85
},
86
}
87
}
Callers
2
disposeDirectory
Function · 0.70
child-store.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected