MCPcopy Create free account
hub / github.com/cocoindex-io/cocoindex-code / PathMapping

Class PathMapping

src/cocoindex_code/settings.py:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165
166@dataclass
167class PathMapping:
168 source: Path
169 target: Path
170
171
172def _parse_path_mapping(env_var: str) -> list[PathMapping]:

Callers 1

_parse_path_mappingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected