MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / file

Function file

packages/react/src/console-routes.ts:66–66  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

64export const consoleRoutes = (options: ConsoleRoutesOptions): Array<VirtualRouteNode> => {
65 const excluded = new Set(options.exclude ?? []);
66 const file = (name: string): string => `${options.dir}/${name}`;
67 const entries: ReadonlyArray<readonly [ConsoleRoutePath, VirtualRouteNode]> = [
68 ["/", index(file("index.tsx"))],
69 [

Callers 1

consoleRoutesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected