MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / isNullishDisplayString

Function isNullishDisplayString

src/ui/taskCardPresentation.ts:18–20  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

16};
17
18function isNullishDisplayString(value: string): boolean {
19 return NULLISH_DISPLAY_STRINGS.has(value.trim().toLowerCase());
20}
21
22export function isBasesValue(value: unknown): value is RenderableBasesValue {
23 return (

Callers 2

isNullBasesValueFunction · 0.85
isEmptyCardDisplayValueFunction · 0.85

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected