MCPcopy
hub / github.com/chartdb/chartdb / normalizeBoolean

Function normalizeBoolean

src/lib/domain/diff/diff-check/diff-check.ts:52–54  ·  view source on GitHub ↗
(value: boolean | undefined | null)

Source from the content-addressed store, hash-verified

50};
51
52const normalizeBoolean = (value: boolean | undefined | null): boolean => {
53 return value === true;
54};
55
56/**
57 * Normalizes a comment/content string for comparison purposes.

Callers 1

compareFieldPropertiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected