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

Function allowUserToMapColumn

src/mapper/index.ts:221–228  ·  view source on GitHub ↗
(
  columnDefinition: SheetColumnDefinition
)

Source from the content-addressed store, hash-verified

219}
220
221export function allowUserToMapColumn(
222 columnDefinition: SheetColumnDefinition
223): boolean {
224 return (
225 columnDefinition.type !== 'reference' &&
226 columnDefinition.type !== 'calculated'
227 );
228}

Calls

no outgoing calls

Tested by

no test coverage detected