MCPcopy
hub / github.com/Kong/insomnia / func

Function func

packages/insomnia-data/__tests__/index.test.ts:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22 it('should return null if model not found', () => {
23 const func = () => mustGetModel('UNKNOWN');
24
25 expect(func).toThrowError('The model type UNKNOWN must exist but could not be found.');
26 });

Callers 15

debouncedFunction · 0.85
baseUnaryFunction · 0.85
overArgFunction · 0.85
yarn-standalone.jsFile · 0.85
createAggregatorFunction · 0.85
createRoundFunction · 0.85
everyFunction · 0.85
filterFunction · 0.85
forEachFunction · 0.85
forEachRightFunction · 0.85
mapFunction · 0.85
reduceFunction · 0.85

Calls 1

mustGetModelFunction · 0.85

Tested by

no test coverage detected