MCPcopy Index your code
hub / github.com/simstudioai/sim / check

Function check

packages/emcn/src/components/toast/toast.tsx:215–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 const el = headRef.current
214 if (!el) return
215 const check = () => setTruncated(el.scrollHeight - el.clientHeight > 1)
216 check()
217 const observer = new ResizeObserver(check)
218 observer.observe(el)

Callers 3

RevealTextFunction · 0.85
schema.tsFile · 0.85
runPreDeployChecksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected