Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
debounced
Function · 0.85
baseUnary
Function · 0.85
overArg
Function · 0.85
yarn-standalone.js
File · 0.85
createAggregator
Function · 0.85
createRound
Function · 0.85
every
Function · 0.85
filter
Function · 0.85
forEach
Function · 0.85
forEachRight
Function · 0.85
map
Function · 0.85
reduce
Function · 0.85
Calls
1
mustGetModel
Function · 0.85
Tested by
no test coverage detected