Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
const
targetDirectory = getTargetDirectoryPath()
18
19
function
getPath(...paths: string[]): string {
20
return
path.join(targetDirectory, ...paths);
21
}
22
23
24
const
pathTaskResults = getPath(
'task_results'
);
Callers
1
utils.ts
File · 0.85
Calls
1
join
Method · 0.80
Tested by
no test coverage detected