MCPcopy
hub / github.com/jestjs/jest / add

Method add

packages/jest-haste-map/src/index.ts:931–934  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

929 }
930
931 const add = () => {
932 eventsQueue.push({filePath, stat, type});
933 return null;
934 };
935
936 const fileMetadata = hasteMap.files.get(relativeFilePath);
937

Callers 15

runGlobalHookFunction · 0.45
findRelatedTestsMethod · 0.45
scheduleTestsMethod · 0.45
formatHandleErrorsFunction · 0.45
matchFilesWithGlobMethod · 0.45
addDependencyFunction · 0.45
constructorMethod · 0.45
handleEventMethod · 0.45
addDependencyFunction · 0.45
_getSlotsMethod · 0.45

Calls

no outgoing calls

Tested by 1

addDependencyFunction · 0.36