Function: getVitestProjectFactoryCallName()
getVitestProjectFactoryCallName(`projectEntry`: `Readonly`<`VitestInlineProjectEntry`>): `VitestProjectFactoryCallName` | `undefined`
Defined in: _internal/vitest-projects.ts:171
Resolve the call-wrapper used for an inline Vitest project entry when present.
Parametersโ
projectEntryโ
`Readonly`<`VitestInlineProjectEntry`>
Returnsโ
`VitestProjectFactoryCallName` | `undefined`