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

Function file

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

Source from the content-addressed store, hash-verified

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

Callers 1

consoleRoutesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected