MCPcopy Index your code
hub / github.com/vercel/hyper / getPluginsByKey

Function getPluginsByKey

cli/api.ts:72–73  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

70);
71
72const getPluginsByKey = (key: string): any[] =>
73 getProperties().find((property) => property?.key?.name === key)?.value?.elements || [];
74
75const getPlugins = memoize(() => {
76 return getPluginsByKey('plugins');

Callers 1

api.tsFile · 0.85

Calls 1

findMethod · 0.45

Tested by

no test coverage detected