MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / clearDroppedPaths

Method clearDroppedPaths

app/src/AI/FileSandbox.cpp:320–324  ·  view source on GitHub ↗

* @brief Clears every dropped path; called when a conversation is reset. */

Source from the content-addressed store, hash-verified

318 * @brief Clears every dropped path; called when a conversation is reset.
319 */
320void AI::FileSandbox::clearDroppedPaths()
321{
322 const QMutexLocker locker(&m_dropMutex);
323 m_droppedPaths.clear();
324}
325
326//--------------------------------------------------------------------------------------------------
327// list

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected