MCPcopy
hub / github.com/cursor/community-plugins / pluginScanLimit

Function pluginScanLimit

apps/cursor/src/lib/rate-limit.ts:85–90  ·  view source on GitHub ↗
(userId: string)

Source from the content-addressed store, hash-verified

83}
84
85export async function pluginScanLimit(userId: string): Promise<LimitResult> {
86 return check({
87 rateLimitId: RATE_LIMIT_IDS.pluginScan,
88 rateLimitKey: userId,
89 });
90}

Callers 2

create-plugin.tsFile · 0.90
update-plugin.tsFile · 0.90

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected