Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
def
_ref_format(ref_fname: Optional[str]) -> Optional[str]:
57
if
ref_fname is None:
58
return
None
59
return
ref_fname[-3:]
60
61
62
def
make_test_case(
Callers
3
make_test_case
Function · 0.85
make_reference_pipe
Function · 0.85
validate_and_transform_args
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected