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

Function touchCallback

src/app/components/code/code.component.ts:167–171  ·  view source on GitHub ↗
(el: Element)

Source from the content-addressed store, hash-verified

165 }
166
167 touchCallback(el: Element): () => void {
168 return () => {
169 el.classList.remove("key--touched");
170 };
171 }
172
173 getContentAttr(): string | undefined {
174 const attrs = this.ref.nativeElement.attributes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected