MCPcopy Create free account
hub / github.com/crisxuan/bestJavaer / line_number

Function line_number

scripts/check_article_quality.py:178–179  ·  view source on GitHub ↗
(text: str, offset: int)

Source from the content-addressed store, hash-verified

176
177
178def line_number(text: str, offset: int) -> int:
179 return text.count("\n", 0, offset) + 1
180
181
182def preserve_shape(match: re.Match[str]) -> str:

Callers 1

find_image_refsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected