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

Function render

apps/sim/hooks/use-autosave.test.tsx:41–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 const render = () => {
42 act(() => {
43 root.render(<Probe {...props} />)
44 })
45 }
46 render()
47
48 const handle: HookHandle = {

Callers 15

renderAutosaveFunction · 0.70
renderOTPEmailFunction · 0.50
renderPasswordResetEmailFunction · 0.50
renderInvitationEmailFunction · 0.50
renderPlanWelcomeEmailFunction · 0.50

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected