MCPcopy Index your code
hub / github.com/payloadcms/payload / runInit

Function runInit

test/runInit.ts:3–10  ·  view source on GitHub ↗
(
  testSuiteArg: string,
  writeDBAdapter: boolean,
  skipGenImportMap: boolean = false,
  configFile?: string,
)

Source from the content-addressed store, hash-verified

1import { initDevAndTest } from './initDevAndTest.js'
2
3export async function runInit(
4 testSuiteArg: string,
5 writeDBAdapter: boolean,
6 skipGenImportMap: boolean = false,
7 configFile?: string,
8): Promise<void> {
9 await initDevAndTest(testSuiteArg, String(writeDBAdapter), String(skipGenImportMap), configFile)
10}

Callers 2

dev.tsFile · 0.85
initPayloadIntFunction · 0.85

Calls 1

initDevAndTestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…