MCPcopy Index your code
hub / github.com/zebbern/claude-code-guide / _mid

Function _mid

skills/code-to-diagram/scripts/analyze_codebase.py:211–212  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

209# ---------------------------------------------------------------------------
210
211def _mid(name: str) -> str:
212 return re.sub(r"[^a-zA-Z0-9_]", "_", name)
213
214
215# ---------------------------------------------------------------------------

Callers 3

generate_flowchartFunction · 0.85
generate_org_chartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected