MCPcopy 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
38void SystemPromptBuilder::clear()
39{
40 if (m_layers.isEmpty()) return;
41 m_layers.clear();
42 emit layersChanged();
43}
44
45QString SystemPromptBuilder::layer(const QString &name) const
46{

Callers 4

cancelMethod · 0.45
sendCompletionMethod · 0.45
onRouterEventMethod · 0.45
endRequestMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected