MCPcopy
hub / github.com/HumanSignal/label-studio / isTrue

Function isTrue

docs/themes/htx/source/js/vue.js:29–31  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

27 }
28
29 function isTrue(v) {
30 return v === true;
31 }
32
33 function isFalse(v) {
34 return v === false;

Callers 13

mergeVNodeHookFunction · 0.85
normalizeArrayChildrenFunction · 0.85
resolveAsyncComponentFunction · 0.85
FunctionalRenderContextFunction · 0.85
createComponentFunction · 0.85
createElementFunction · 0.85
applyNSFunction · 0.85
sameVnodeFunction · 0.85
createElmFunction · 0.85
patchVnodeFunction · 0.85
invokeInsertHookFunction · 0.85
hydrateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected