Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
503
class
DiffScopeResult:
504
active: bool
505
mode: str
506
instruction_block: str =
""
507
metadata: dict[str, Any] = field(default_factory=dict)
508
509
510
def
_run_git_command(
Callers
1
resolve_diff_scope_context
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected