Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
85
export
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.ts
File · 0.90
update-plugin.ts
File · 0.90
Calls
1
check
Function · 0.85
Tested by
no test coverage detected