Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
const
uuid = require(
"uuid"
).v4;
8
9
function
getOutputFolder(id) {
10
return
path.join(os.tmpdir(),
"box-js-"
+ id);
11
}
12
13
const
server =
new
hapi.Server();
14
server.connection({
Callers
1
api.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected