MCPcopy Create free account
hub / github.com/cursor/community-plugins / getPublicUserPlugins

Function getPublicUserPlugins

apps/cursor/src/data/queries.ts:175–180  ·  view source on GitHub ↗
(userId: string)

Source from the content-addressed store, hash-verified

173}
174
175async function getPublicUserPlugins(userId: string) {
176 "use cache";
177 cacheLife("hours");
178 cacheTag("plugins");
179 return fetchUserPlugins(userId);
180}
181
182export async function getUserPlugins(
183 userId: string,

Callers 1

getUserPluginsFunction · 0.85

Calls 1

fetchUserPluginsFunction · 0.85

Tested by

no test coverage detected