MCPcopy Index your code
hub / github.com/nodejs/node / parseCustomTypeOption

Function parseCustomTypeOption

test/fixtures/snapshot/typescript.js:40497–40499  ·  view source on GitHub ↗
(opt, value, errors)

Source from the content-addressed store, hash-verified

40495 }
40496 /* @internal */
40497 function parseCustomTypeOption(opt, value, errors) {
40498 return convertJsonOptionOfCustomType(opt, ts.trimString(value || ""), errors);
40499 }
40500 ts.parseCustomTypeOption = parseCustomTypeOption;
40501 /* @internal */
40502 function parseListTypeOption(opt, value, errors) {

Callers 2

parseListTypeOptionFunction · 0.85
parseOptionValueFunction · 0.85

Calls 1

Tested by

no test coverage detected