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

Method _parseAsync

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

Source from the content-addressed store, hash-verified

29641 return result;
29642 }
29643 _parseAsync(input) {
29644 const result = this._parse(input);
29645 return Promise.resolve(result);
29646 }
29647 parse(data, params) {
29648 const result = this.safeParse(data, params);
29649 if (result.success)

Callers 4

_parseMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80
handleAsyncMethod · 0.80

Calls 1

_parseMethod · 0.45

Tested by

no test coverage detected