MCPcopy
hub / github.com/vercel/next.js / get$

Function get$

test/integration/jsconfig-paths-wildcard/test/index.test.ts:19–22  ·  view source on GitHub ↗
(path, query?: any)

Source from the content-addressed store, hash-verified

17let app
18
19async function get$(path, query?: any) {
20 const html = await renderViaHTTP(appPort, path, query)
21 return cheerio.load(html)
22}
23
24function runTests() {
25 describe('default behavior', () => {

Callers 1

runTestsFunction · 0.70

Calls 2

renderViaHTTPFunction · 0.90
loadMethod · 0.65

Tested by

no test coverage detected