MCPcopy Index your code
hub / github.com/FSoft-AI4Code/CodeWiki / is_caw_provider

Function is_caw_provider

codewiki/src/be/backend.py:30–32  ·  view source on GitHub ↗

Return True if *provider* uses caw (CLI subscription mode).

(provider: str)

Source from the content-addressed store, hash-verified

28
29
30def is_caw_provider(provider: str) -> bool:
31 """Return True if *provider* uses caw (CLI subscription mode)."""
32 return provider in CAW_PROVIDERS
33
34
35class LLMBackend(abc.ABC):

Callers 8

saveMethod · 0.90
is_configuredMethod · 0.90
config_showFunction · 0.90
config_validateFunction · 0.90
validateMethod · 0.90
is_completeMethod · 0.90
_legacy_generate_docsFunction · 0.90
get_backendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected