MCPcopy Create free account
hub / github.com/Noumena-Network/code / notify

Function notify

src/ink/components/ScrollBox.tsx:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 max: undefined
106 });
107 const notify = () => {
108 for (const l of listenersRef.current) l();
109 };
110 function scrollMutated(el: DOMElement): void {
111 // Signal background intervals (IDE poll, LSP poll, GCS fetch, orphan
112 // check) to skip their next tick — they compete for the event loop and

Callers 4

scrollMutatedFunction · 0.70
scrollToBottomFunction · 0.70
setPendingHintFunction · 0.50
clearPendingHintFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected