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

Function funcButtonLeft

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

Source from the content-addressed store, hash-verified

78 }
79
80 funcButtonLeft(): FuncButton {
81 return {
82 render: el => {
83 this.renderIcon(el, "exit", 40, 37);
84 el.classList.add("key--permanent");
85 },
86 onclick: () => this.auth.logout()
87 };
88 }
89
90 funcButtonRight(): FuncButton {
91 return {

Callers

nothing calls this directly

Calls 2

addMethod · 0.80
logoutMethod · 0.80

Tested by

no test coverage detected