MCPcopy Index your code
hub / github.com/OneNoteDev/WebClipper / getSignOutState

Method getSignOutState

src/scripts/clipperUI/clipper.tsx:631–636  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

629 }
630
631 private getSignOutState(): ClipperState {
632 let signOutState = this.getResetState();
633 signOutState.saveLocation = undefined;
634 signOutState.userResult = undefined;
635 return signOutState;
636 }
637
638 private handleStartClip(): void {
639 Clipper.logger.logUserFunnel(Log.Funnel.Label.ClipAttempted);

Callers 1

handleSignOutMethod · 0.95

Calls 1

getResetStateMethod · 0.95

Tested by

no test coverage detected