MCPcopy Create free account
hub / github.com/JunJD/alading / clearState

Method clearState

src/utils/interviewStateManager.ts:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 clearState() {
62 try {
63 localStorage.removeItem(STORAGE_KEY);
64 } catch (error) {
65 console.error('Failed to clear interview state:', error);
66 }
67 }
68
69 updateResume(resume: ResumeInfo) {
70 const currentState = this.loadState();

Callers 1

loadStateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected