Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
class
PathMapping:
168
source: Path
169
target: Path
170
171
172
def
_parse_path_mapping(env_var: str) -> list[PathMapping]:
Callers
1
_parse_path_mapping
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected