MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / ContextInfo

Class ContextInfo

src/codegraphcontext/cli/config_manager.py:783–789  ·  view source on GitHub ↗

Metadata for a single named context.

Source from the content-addressed store, hash-verified

781
782@dataclass
783class ContextInfo:
784 """Metadata for a single named context."""
785 name: str
786 database: str = "falkordb" # neo4j | falkordb | kuzudb
787 db_path: str = "" # resolved at init if empty
788 repos: List[str] = field(default_factory=list)
789 cgcignore_path: str = "" # resolved at init if empty
790
791
792@dataclass

Callers 2

load_context_configFunction · 0.85
create_contextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected