Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/doublesymmetry/react-native-track-player
/ formatDuration
Function
formatDuration
example/src/lib/formatTime.ts:19–21 ·
view source on GitHub ↗
(seconds: number)
Source
from the content-addressed store, hash-verified
17
}
18
19
export
function
formatDuration(seconds: number): string {
20
return
format(seconds);
21
}
Callers
2
MusicScreen
Function · 0.90
PodcastScreen
Function · 0.90
Calls
1
format
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…