MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / appFocusIn

Function appFocusIn

frontend/app/app.tsx:170–172  ·  view source on GitHub ↗
(e: FocusEvent)

Source from the content-addressed store, hash-verified

168}
169
170function appFocusIn(e: FocusEvent) {
171 focusLog("focusin", getElemAsStr(e.target), "<=", getElemAsStr(e.relatedTarget));
172}
173
174function appFocusOut(e: FocusEvent) {
175 focusLog("focusout", getElemAsStr(e.target), "=>", getElemAsStr(e.relatedTarget));

Callers

nothing calls this directly

Calls 1

getElemAsStrFunction · 0.90

Tested by

no test coverage detected