MCPcopy Create free account
hub / github.com/diillson/chatcli / Enabled

Method Enabled

cli/workspace/memory/vector_store.go:44–46  ·  view source on GitHub ↗

Enabled reports whether a real provider backs the index.

()

Source from the content-addressed store, hash-verified

42
43// Enabled reports whether a real provider backs the index.
44func (v *VectorIndex) Enabled() bool {
45 return v != nil && v.idx.Enabled()
46}
47
48// ProviderName surfaces the configured provider name (or "null") for /config.
49func (v *VectorIndex) ProviderName() string {

Callers 4

buildCorpusFunction · 0.95

Calls 1

EnabledMethod · 0.65

Tested by 4

buildCorpusFunction · 0.76