MCPcopy Create free account
hub / github.com/code-forge-io/Remix-Forge / Route

Interface Route

src/devTools/allRoutes.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import * as vscode from "vscode";
4
5interface Route {
6 path: string;
7 url: string;
8}
9
10export const getAllRemixRoutes = async (uri: vscode.Uri) => {
11 const rootDir = await getRemixRootFromFileUri(uri);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected