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

Class

src/app/components/code/code.component.ts:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 styleUrl: "./code.component.scss"
32})
33export abstract class CodeComponent implements OnInit {
34
35 protected static CODE_LENGTH = 6;
36 code$ = new BehaviorSubject<string>("");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected