Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Palm1r/QodeAssist
/ shouldAutoSave
Method
shouldAutoSave
chat/ChatDocument.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
bool ChatDocument::shouldAutoSave() const
44
{
45
return false;
46
}
47
48
} // namespace QodeAssist::Chat
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected