MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / SessionFileRegistry

Method SessionFileRegistry

ChatView/SessionFileRegistry.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace QodeAssist::Chat {
12
13SessionFileRegistry::SessionFileRegistry(QObject *parent)
14 : QObject(parent)
15{}
16
17bool SessionFileRegistry::isLocked(const QString &path) const
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected