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

Method parse

out/cli.cjs:29647–29652  ·  view source on GitHub ↗
(data, params)

Source from the content-addressed store, hash-verified

29645 return Promise.resolve(result);
29646 }
29647 parse(data, params) {
29648 const result = this.safeParse(data, params);
29649 if (result.success)
29650 return result.data;
29651 throw result.error;
29652 }
29653 safeParse(data, params) {
29654 var _a5;
29655 const ctx = {

Callers 15

_parseVaultFunction · 0.45
configDotenvFunction · 0.45
decodeFunction · 0.45
unsafeFunction · 0.45
parseMethod · 0.45
jsonFunction · 0.45
parseUrlFunction · 0.45
implementMethod · 0.45
strictImplementMethod · 0.45
env2Function · 0.45

Calls 4

validateInputToolsFunction · 0.85
parseChatCompletionFunction · 0.85
safeParseMethod · 0.80
createMethod · 0.45

Tested by

no test coverage detected