MCPcopy Create free account
hub / github.com/dataform-co/dataform / parse

Method parse

common/flags/index.ts:125–132  ·  view source on GitHub ↗
(stringValue: string)

Source from the content-addressed store, hash-verified

123 }
124
125 protected parse(stringValue: string): Set<T> {
126 return new Set(
127 stringValue
128 .split(",")
129 .filter(singleValue => singleValue.length > 0)
130 .map(this.parser)
131 );
132 }
133}

Callers 15

compileFunction · 0.45
getTestInputFunction · 0.45
getBigQueryCredentialsFunction · 0.45
readFunction · 0.45
buildFunction · 0.45
compileFunction · 0.45
readCliVersionFunction · 0.45
activateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected