MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / isModelNotFoundMessage

Function isModelNotFoundMessage

out/cli.cjs:74695–74698  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

74693 return errorData.message;
74694 }
74695 }
74696 if (typeof error === "string") {
74697 return error;
74698 }
74699 return "An unknown error occurred";
74700}
74701function isModelNotFoundMessage(message) {

Callers 1

normalizeEngineErrorFunction · 0.70

Calls 2

toLowerCaseMethod · 0.80
includesMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…