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

Function joinPath

src/utils/vscode.ts:282–282  ·  view source on GitHub ↗
(base: vscode.Uri, ...args: string[])

Source from the content-addressed store, hash-verified

280};
281
282export const joinPath = (base: vscode.Uri, ...args: string[]) => vscode.Uri.joinPath(base, ...args);
283
284export const tryReadDirectory = async (path: string | vscode.Uri) => {
285 try {

Callers 7

getAvailableComponentsFunction · 0.90
generateShadcnUIFunction · 0.90
initShadcnUiFunction · 0.90
generateAuthFunction · 0.90
startDevToolsFunction · 0.90
getAllRemixRoutesFunction · 0.90
getAllRoutesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected