MCPcopy Create free account
hub / github.com/HelloCSV/HelloCSV / getLabelDict

Function getLabelDict

src/utils/index.ts:138–145  ·  view source on GitHub ↗
(
  columnDefinition: SheetColumnReferenceDefinition,
  enumLabelDict: EnumLabelDict
)

Source from the content-addressed store, hash-verified

136}
137
138export function getLabelDict(
139 columnDefinition: SheetColumnReferenceDefinition,
140 enumLabelDict: EnumLabelDict
141) {
142 const { sheetId, sheetColumnId } = columnDefinition.typeArguments;
143
144 return enumLabelDict[sheetId][sheetColumnId] ?? {};
145}
146
147export function getLabelDictValue(
148 labelDict: Record<string, ImporterOutputFieldType>,

Callers 2

SheetDataEditorCellFunction · 0.90
getColumnDisplayValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected