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

Function getPaths

app/plugins.ts:256–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254};
255
256function getPaths() {
257 return {
258 plugins: plugins.plugins.map((name) => {
259 return resolve(path, 'node_modules', name.split('#')[0]);
260 }),
261 localPlugins: plugins.localPlugins.map((name) => {
262 return resolve(localPath, name);
263 })
264 };
265}
266
267// expose to renderer
268export {getPaths};

Callers 2

plugins.tsFile · 0.85
updatePluginsFunction · 0.85

Calls 1

resolveFunction · 0.85

Tested by

no test coverage detected