MCPcopy
hub / github.com/tinyplex/tinybase / isTrue

Function isTrue

src/common/other.ts:91–91  ·  view source on GitHub ↗
(thing: unknown)

Source from the content-addressed store, hash-verified

89export const isNull = (thing: unknown): thing is null => thing === null;
90
91export const isTrue = (thing: unknown): thing is true => thing === true;
92
93export const isFalse = (thing: unknown): thing is false => thing === false;
94

Callers 13

setQueryDefinitionFunction · 0.90
selectFunction · 0.90
joinFunction · 0.90
whereFunction · 0.90
getJoinCellFunction · 0.90
index.tsFile · 0.90
unwrapSchemaFunction · 0.90
useSortingAndPaginationFunction · 0.90
hasValuesFunction · 0.90
useSortingAndPaginationFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…