Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Palm1r/QodeAssist
/ clear
Method
clear
sources/Session/SystemPromptBuilder.cpp:38–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void SystemPromptBuilder::clear()
39
{
40
if (m_layers.isEmpty()) return;
41
m_layers.clear();
42
emit layersChanged();
43
}
44
45
QString SystemPromptBuilder::layer(const QString &name) const
46
{
Callers
4
cancel
Method · 0.45
sendCompletion
Method · 0.45
onRouterEvent
Method · 0.45
endRequest
Method · 0.45
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected