MCPcopy
hub / github.com/realworld-apps/angular-realworld-example-app / ConduitDebug

Interface ConduitDebug

src/app/app.config.ts:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 * Tests can use this instead of directly accessing localStorage or internal state.
17 */
18export interface ConduitDebug {
19 getToken: () => string | null;
20 getAuthState: () => AuthState;
21 getCurrentUser: () => User | null;
22}
23
24declare global {
25 interface Window {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected