MCPcopy Index your code
hub / github.com/material-shell/material-shell / resetStash

Method resetStash

src/module/hotKeysModule.ts:545–548  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

543 }
544
545 resetStash() {
546 this.lastStash = null;
547 this.nextStash = null;
548 }
549
550 addKeybinding(name: string) {
551 const actionCallback = this.actionNameToActionMap.get(name);

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected