MCPcopy
hub / github.com/CaliCastle/cali.so / getKey

Function getKey

app/api/reactions/route.ts:9–11  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

7export const runtime = 'edge'
8
9function getKey(id: string) {
10 return `reactions:${id}`
11}
12
13const ratelimit = new Ratelimit({
14 redis,

Callers 2

GETFunction · 0.70
PATCHFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected