MCPcopy Create free account
hub / github.com/NsLearning/LangHelper / chatRoot

Function chatRoot

ChatGPT/src/utils.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20};
21
22export const chatRoot = async () => {
23 return join(await homeDir(), '.chatgpt');
24};
25
26export const chatModelPath = async (): Promise<string> => {
27 return join(await chatRoot(), CHAT_MODEL_JSON);

Callers 15

FilePathFunction · 0.90
SyncRecordFunction · 0.90
SyncFormFunction · 0.90
getPathFunction · 0.90
SyncCustomFunction · 0.90
handleSyncFunction · 0.90
UserCustomFunction · 0.90
SyncPromptsFunction · 0.90
getPathFunction · 0.90
NotesFunction · 0.90
handleDeleteFunction · 0.90
SettingsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected