MCPcopy Create free account
hub / github.com/Tele-AI/Fluxon / SourceSelectionProfileSpec

Class SourceSelectionProfileSpec

scripts/source_selection_profiles.py:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54@dataclass(frozen=True)
55class SourceSelectionProfileSpec:
56 source_roots: tuple[str, ...]
57 empty_selection_error: str
58 rather_no_git_submodule_context_name: str
59 include_relpaths: frozenset[str] = field(default_factory=frozenset)
60
61
62BUILD_SEED_PROFILE_SPEC = SourceSelectionProfileSpec(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected