Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
}
74701
function
isModelNotFoundMessage(message) {
Callers
1
normalizeEngineError
Function · 0.70
Calls
2
toLowerCase
Method · 0.80
includes
Method · 0.80
Tested by
no test coverage detected