Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rilldata/rill
/ recover
Function
recover
web-admin/src/components/errors/admin-network-errors.ts:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
if
(typeof window ===
"undefined"
)
return
() => {};
56
57
const
recover = () => {
58
void recoverFromAdminNetworkError(queryClient);
59
};
60
const
recoverWhenVisible = () => {
61
if
(document.visibilityState !==
"hidden"
) recover();
62
};
Callers
11
invoke
Method · 0.85
LoggingUnaryServerInterceptor
Function · 0.85
LoggingStreamServerInterceptor
Function · 0.85
LoggingMiddleware
Function · 0.85
doCall
Method · 0.85
TestPanicDo
Function · 0.85
Call
Method · 0.85
CompleteStreaming
Method · 0.85
CompleteStreamingHandler
Method · 0.85
SSEHandler
Method · 0.85
recoverWhenVisible
Function · 0.85
Calls
1
recoverFromAdminNetworkError
Function · 0.85
Tested by
1
TestPanicDo
Function · 0.68