MCPcopy Create free account
hub / github.com/CapacitorSet/box-js / getOutputFolder

Function getOutputFolder

integrations/api/api.js:9–11  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

7const uuid = require("uuid").v4;
8
9function getOutputFolder(id) {
10 return path.join(os.tmpdir(), "box-js-" + id);
11}
12
13const server = new hapi.Server();
14server.connection({

Callers 1

api.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected