Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCWing/BitFun
/ clearError
Method
clearError
src/web-ui/src/app/services/AppManager.ts:342–344 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
340
341
// Error handling
342
clearError(): void {
343
this.updateState({ error: null });
344
}
345
346
// Event listeners
347
addEventListener(listener: (event: AppEvent) => void): () => void {
Callers
1
useApp
Function · 0.80
Calls
1
updateState
Method · 0.95
Tested by
no test coverage detected