MCPcopy Create free account
hub / github.com/block/buzz / formatCommentTimecode

Function formatCommentTimecode

desktop/src/shared/ui/VideoPlayer.tsx:167–172  ·  view source on GitHub ↗
(seconds: number)

Source from the content-addressed store, hash-verified

165}
166
167function formatCommentTimecode(seconds: number): string {
168 return formatTimecode(seconds, {
169 fractionalDigits: 1,
170 trimZeroFraction: true,
171 });
172}
173
174function formatPlaybackSpeed(speed: number): string {
175 return `${speed}x`;

Callers 1

VideoReviewDialogFunction · 0.85

Calls 1

formatTimecodeFunction · 0.85

Tested by

no test coverage detected