MCPcopy Create free account
hub / github.com/Pecunia-Wallet/PecuniaWallet / codeLength

Function codeLength

src/app/components/code/code.component.ts:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 get codeLength(): number {
102 return CodeComponent.CODE_LENGTH;
103 }
104
105 @HostListener("window:keydown", ["$event.key"])
106 backspaceEventListener(key: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected