MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / getTempDir

Function getTempDir

projects/electron/src/modules/code/process.ts:201–203  ·  view source on GitHub ↗

* Get temp directory for scripts

()

Source from the content-addressed store, hash-verified

199 * Get temp directory for scripts
200 */
201function getTempDir(): string {
202 return path.join(os.tmpdir(), "bearly-process")
203}
204
205/**
206 * Schedule cleanup of completed process buffer after 30 minutes

Callers 1

handleStartScriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected