Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6174/comflowyspace
/ getAppDataDir
Function
getAppDataDir
apps/electron-frontend/scripts/server.js:58–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
function
getAppDataDir() {
59
const
appDir = path.join(os.homedir(),
'comflowy'
);
60
console.log(
"app DIr"
, appDir);
61
return
appDir;
62
}
Callers
1
getComfyUIDir
Function · 0.70
Calls
1
log
Method · 0.80
Tested by
no test coverage detected