MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / joinMultiSelect

Function joinMultiSelect

packages/shared-domain/src/database-transforms.ts:18–20  ·  view source on GitHub ↗
(values: string[])

Source from the content-addressed store, hash-verified

16}
17
18export function joinMultiSelect(values: string[]): string {
19 return values.join(MULTISELECT_SEP)
20}
21
22const TRUE_VALUES = new Set(['true', 'x', '1', 'yes', 'checked'])
23export function isCheckboxTrue(cell: string): boolean {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected