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

Function funcButtonRight

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

Source from the content-addressed store, hash-verified

88 }
89
90 funcButtonRight(): FuncButton {
91 return {
92 render: p => this.renderIcon(p, "backspace"),
93 onclick: () => this.backspace()
94 };
95 }
96
97 showFooter(): boolean {
98 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected