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

Function cell

packages/shared-domain/src/database-transforms.ts:27–29  ·  view source on GitHub ↗
(row: DbRow, fieldId: string)

Source from the content-addressed store, hash-verified

25}
26
27function cell(row: DbRow, fieldId: string): string {
28 return row.cells[fieldId] ?? ''
29}
30
31// ---------------------------------------------------------------------------
32// Filtering

Callers 3

matchesRuleFunction · 0.70
compareByFieldFunction · 0.70
boardColumnsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected