MCPcopy
hub / github.com/vercel/next.js / render

Function render

test/development/pages-dir/client-navigation/rendering.test.ts:20–25  ·  view source on GitHub ↗
(
    pathname: Parameters<typeof renderViaHTTP>[1],
    query?: Parameters<typeof renderViaHTTP>[2]
  )

Source from the content-addressed store, hash-verified

18 })
19
20 function render(
21 pathname: Parameters<typeof renderViaHTTP>[1],
22 query?: Parameters<typeof renderViaHTTP>[2]
23 ) {
24 return renderViaHTTP(next.appPort, pathname, query)
25 }
26
27 function fetch(
28 pathname: Parameters<typeof renderViaHTTP>[1],

Callers 12

get$Function · 0.70
rendering.test.tsFile · 0.70
index.test.tsxFile · 0.50
page.test.jsxFile · 0.50
component.test.jsxFile · 0.50
page.test.jsxFile · 0.50
page.test.jsxFile · 0.50
get$Function · 0.50
worker.tsxFile · 0.50

Calls 1

renderViaHTTPFunction · 0.90

Tested by

no test coverage detected