MCPcopy Index your code
hub / github.com/usestrix/strix / DiffScopeResult

Class DiffScopeResult

strix/interface/utils.py:503–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501
502@dataclass
503class DiffScopeResult:
504 active: bool
505 mode: str
506 instruction_block: str = ""
507 metadata: dict[str, Any] = field(default_factory=dict)
508
509
510def _run_git_command(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected