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

Method transform

src/transformers/index.ts:82–88  ·  view source on GitHub ↗
(value: ImporterOutputFieldType)

Source from the content-addressed store, hash-verified

80 }
81
82 transform(value: ImporterOutputFieldType) {
83 let current = value;
84 this.steps.forEach((step) => {
85 current = step.transform(current);
86 });
87 return current;
88 }
89}

Callers 2

transformSheetFunction · 0.45
index.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected