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

Function dub

packages/utils/src/lib/dub.ts:4–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { Dub } from "dub";
3
4export const dub = () =>
5 new Dub({
6 token: serverEnv().DUB_API_KEY,
7 });

Callers 5

VideosClass · 0.90
importLoomVideoForOwnerFunction · 0.90
video.tsFile · 0.90

Calls 1

serverEnvFunction · 0.90

Tested by

no test coverage detected