MCPcopy
hub / github.com/subnub/myDrive / getFSStoragePath

Function getFSStoragePath

backend/utils/getFSStoragePath.ts:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import env from "../enviroment/env";
2
3export const getFSStoragePath = () => {
4 return env.fsDirectory
5};

Callers 8

FilesystemActionsClass · 0.90
attemptToRemoveChunksFunction · 0.90
handleFinishFunction · 0.90
uploadFileFunction · 0.90
createGenericParamsFunction · 0.90
handleFinishFunction · 0.90
uploadFileFunction · 0.90
handleFinishFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected