Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/docs
/ createTempRoot
Method
createTempRoot
tests/helpers/data-directory.js:49–52 ·
view source on GitHub ↗
(prefix)
Source
from the content-addressed store, hash-verified
47
}
48
49
createTempRoot(prefix) {
50
const
fullPath = path.join(os.tmpdir(), prefix)
51
return
fs.mkdtempSync(fullPath)
52
}
53
54
create(data, root = null, isVariables = false, isReusables = false) {
55
const
here = root || this.root
Callers
1
constructor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected