MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / getTempDir

Function getTempDir

packages/parser/src/formats/shuakami-qq-preprocessor.ts:30–32  ·  view source on GitHub ↗

* 获取临时目录

()

Source from the content-addressed store, hash-verified

28 * 获取临时目录
29 */
30function getTempDir(): string {
31 return path.join(os.tmpdir(), 'chatlab')
32}
33
34/**
35 * 确保目录存在

Callers 2

preprocessQQJsonFunction · 0.70
cleanupTempFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected