MCPcopy
hub / github.com/yeasy/docker_practice / normalize_target

Function normalize_target

check_project_rules.py:101–104  ·  view source on GitHub ↗
(raw_target: str)

Source from the content-addressed store, hash-verified

99
100
101def normalize_target(raw_target: str) -> str:
102 target = raw_target.strip()
103 target = target.split("?", 1)[0].split("#", 1)[0]
104 return unquote(target)
105
106
107def parse_markdown_target(body: str, start: int) -> tuple[str, int]:

Callers 1

check_targetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected