MCPcopy
hub / github.com/continuedev/continue / getModelName

Function getModelName

extensions/cli/src/auth/workos.ts:74–76  ·  view source on GitHub ↗
(_config: AuthConfig)

Source from the content-addressed store, hash-verified

72}
73
74export function getModelName(_config: AuthConfig): string | null {
75 return getPersistedModelName();
76}
77
78// ---------------------------------------------------------------------------
79// Config loading / saving (no-ops)

Calls 1

getPersistedModelNameFunction · 0.85

Tested by

no test coverage detected