MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / findFsPaths

Function findFsPaths

src/utils/image-paths.ts:119–121  ·  view source on GitHub ↗
(text: string, cwd: string)

Source from the content-addressed store, hash-verified

117 * ordinary prose words can't be mistaken for paths. Images are handled separately.
118 */
119export function findFsPaths(text: string, cwd: string): FsPath[] {
120 return splitPathsAndText(text, cwd).paths;
121}

Callers 2

ChatInputFunction · 0.85

Calls 1

splitPathsAndTextFunction · 0.85

Tested by

no test coverage detected