Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
30
function
getTempDir(): string {
31
return
path.join(os.tmpdir(),
'chatlab'
)
32
}
33
34
/**
35
* 确保目录存在
Callers
2
preprocessQQJson
Function · 0.70
cleanupTempFile
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected