MCPcopy Create free account
hub / github.com/Codeplain-ai/codeplain / _frid_from_index

Function _frid_from_index

change_detection.py:189–190  ·  view source on GitHub ↗
(index: int)

Source from the content-addressed store, hash-verified

187
188
189def _frid_from_index(index: int) -> str:
190 return str(index + 1)

Callers 1

_detect_module_changesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected