MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / _h2

Function _h2

src/codegraphcontext/tools/report_generator.py:90–91  ·  view source on GitHub ↗
(title: str)

Source from the content-addressed store, hash-verified

88
89
90def _h2(title: str) -> str:
91 return f"\n## {title}\n"
92
93
94def _h3(title: str) -> str:

Callers 8

_section_god_nodesFunction · 0.85
_section_complexityFunction · 0.85
_section_dead_codeFunction · 0.85
_section_spring_beansFunction · 0.85
_section_maven_modulesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected