MCPcopy Create free account
hub / github.com/GCWing/BitFun / markWhiteScreenCrashLogged

Function markWhiteScreenCrashLogged

src/web-ui/src/main.tsx:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 return Boolean((window as any)[WHITE_SCREEN_LOGGED_FLAG]);
58}
59function markWhiteScreenCrashLogged(): void {
60 (window as any)[WHITE_SCREEN_LOGGED_FLAG] = true;
61}
62
63function serializeError(err: unknown): Record<string, unknown> {
64 if (err instanceof Error) {

Callers 1

scheduleCrashLogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected