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

Class ContextInfo

src/codegraphcontext/cli/config_manager.py:820–826  ·  view source on GitHub ↗

Metadata for a single named context.

Source from the content-addressed store, hash-verified

818
819@dataclass
820class ContextInfo:
821 """Metadata for a single named context."""
822 name: str
823 database: str = "falkordb" # neo4j | falkordb | kuzudb
824 db_path: str = "" # resolved at init if empty
825 repos: List[str] = field(default_factory=list)
826 cgcignore_path: str = "" # resolved at init if empty
827
828
829@dataclass

Callers 2

load_context_configFunction · 0.85
create_contextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected