MCPcopy Index your code
hub / github.com/idank/explainshell / SubcommandMappingResult

Class SubcommandMappingResult

explainshell/store.py:100–104  ·  view source on GitHub ↗

Result of update_subcommand_mappings.

Source from the content-addressed store, hash-verified

98
99
100class SubcommandMappingResult(NamedTuple):
101 """Result of update_subcommand_mappings."""
102
103 mappings_added: list[tuple[str, str]] # (src, dst) pairs added
104 parents: dict[str, str] # parent name -> source
105
106
107class Store:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected