MCPcopy
hub / github.com/CapSoftware/Cap / buildPathname

Function buildPathname

packages/web-backend/src/Videos/index.ts:21–21  ·  view source on GitHub ↗
(videoId: Video.VideoId)

Source from the content-addressed store, hash-verified

19const formatDateTime = (date: Date) =>
20 date.toISOString().slice(0, 19).replace("T", " ");
21const buildPathname = (videoId: Video.VideoId) => `/s/${videoId}`;
22const SCREENSHOT_OBJECT_KEY_SUFFIXES = [
23 "screenshot/screen-capture.png",
24 "screenshot/screen-capture.jpg",

Callers 1

VideosClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected