MCPcopy Index your code
hub / github.com/CapSoftware/Cap / parseObjectKeyVideoId

Function parseObjectKeyVideoId

packages/web-backend/src/Storage/index.ts:329–333  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

327};
328
329const parseObjectKeyVideoId = (key: string) =>
330 parseVideoIdFromObjectKey(key).pipe(
331 Option.map((id) => id as Video.VideoId),
332 Option.getOrNull,
333 );
334
335const makeGoogleDriveAccess = ({
336 repo,

Callers 1

recoverDriveFileIdFunction · 0.85

Calls 1

Tested by

no test coverage detected