MCPcopy
hub / github.com/CodebuffAI/codebuff / isExplicitlyDefinedModel

Function isExplicitlyDefinedModel

common/src/util/model-utils.ts:23–25  ·  view source on GitHub ↗
(model: Model)

Source from the content-addressed store, hash-verified

21 * @returns boolean - True if the model is explicitly defined, false otherwise
22 */
23export function isExplicitlyDefinedModel(model: Model): boolean {
24 return getExplicitlyDefinedModels().has(model as string)
25}

Callers 2

getProviderOptionsFunction · 0.90
supportsCacheControlFunction · 0.90

Calls 1

Tested by

no test coverage detected