MCPcopy
hub / github.com/vercel-labs/just-bash / resolvePath

Method resolvePath

packages/just-bash/src/fs/interface.ts:227–227  ·  view source on GitHub ↗

* Resolve a relative path against a base path

(base: string, path: string)

Source from the content-addressed store, hash-verified

225 * Resolve a relative path against a base path
226 */
227 resolvePath(base: string, path: string): string;
228
229 /**
230 * Get all paths in the filesystem (useful for glob matching)

Callers 15

readFileMethod · 0.65
writeFileMethod · 0.65
writeFilesMethod · 0.65
mkDirMethod · 0.65
readFilesFunction · 0.65
expandSimpleMethod · 0.65
walkDirectoryMethod · 0.65
strings.tsFile · 0.65
nl.tsFile · 0.65
executeFunction · 0.65

Implementers 4

ReadWriteFspackages/just-bash/src/fs/read-write-f
OverlayFspackages/just-bash/src/fs/overlay-fs/o
InMemoryFspackages/just-bash/src/fs/in-memory-fs
MountableFspackages/just-bash/src/fs/mountable-fs

Calls

no outgoing calls

Tested by

no test coverage detected