MCPcopy
hub / github.com/stereobooster/react-snap / names

Function names

tests/helper.js:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 const name = index => writeFileSyncMock.mock.calls[index][0];
27 const content = index => writeFileSyncMock.mock.calls[index][1];
28 const names = () => writeFileSyncMock.mock.calls.map(x => x[0]);
29 return {
30 // mocks
31 createReadStreamMock,

Callers 1

run.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected