| 250 | } |
| 251 | |
| 252 | CopyrightInfo DocumentContextReader::copyrightInfo() const |
| 253 | { |
| 254 | return m_copyrightInfo; |
| 255 | } |
| 256 | |
| 257 | PluginLLMCore::ContextData DocumentContextReader::prepareContext( |
| 258 | int lineNumber, int cursorPosition, const Settings::CodeCompletionSettings &settings) const |
nothing calls this directly
no outgoing calls
no test coverage detected