MCPcopy Create free account
hub / github.com/smacke/ffsubsync / _ref_format

Function _ref_format

ffsubsync/ffsubsync.py:56–59  ·  view source on GitHub ↗
(ref_fname: Optional[str])

Source from the content-addressed store, hash-verified

54
55
56def _ref_format(ref_fname: Optional[str]) -> Optional[str]:
57 if ref_fname is None:
58 return None
59 return ref_fname[-3:]
60
61
62def make_test_case(

Callers 3

make_test_caseFunction · 0.85
make_reference_pipeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected