MCPcopy Index your code
hub / github.com/ptmt/react-native-macos / invariant

Function invariant

website/jsdocs/jsdocs.js:27–31  ·  view source on GitHub ↗
(condition, message)

Source from the content-addressed store, hash-verified

25var MAX_PROPERTY_SOURCE_LENGTH = 1000;
26
27function invariant(condition, message) {
28 if (!condition) {
29 throw new Error(message);
30 }
31}
32
33/**
34 * If the expression is an identifier, it is resolved in the scope chain.

Callers 15

combineSourceMapsFunction · 0.85
findFunction · 0.85
createServerFunction · 0.85
constructorMethod · 0.85
inlineFunction · 0.85
transformCodeFunction · 0.85
_onBatchResultsMethod · 0.85
onFileLoadedFunction · 0.85
constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…