MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / getPath

Function getPath

js/botasaurus-server-js/src/utils.ts:19–21  ·  view source on GitHub ↗
(...paths: string[])

Source from the content-addressed store, hash-verified

17const targetDirectory = getTargetDirectoryPath()
18
19function getPath(...paths: string[]): string {
20 return path.join(targetDirectory, ...paths);
21}
22
23
24const pathTaskResults = getPath('task_results');

Callers 1

utils.tsFile · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected