MCPcopy
hub / github.com/di-sukharev/opencommit / _processInputParams

Method _processInputParams

out/cli.cjs:29623–29635  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

29621 };
29622 }
29623 _processInputParams(input) {
29624 return {
29625 status: new parseUtil_1.ParseStatus(),
29626 ctx: {
29627 common: input.parent.common,
29628 data: input.data,
29629 parsedType: (0, util_1.getParsedType)(input.data),
29630 schemaErrorMap: this._def.errorMap,
29631 path: input.path,
29632 parent: input.parent
29633 }
29634 };
29635 }
29636 _parseSync(input) {
29637 const result = this._parse(input);
29638 if ((0, parseUtil_1.isAsync)(result)) {

Callers 9

_parseMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected