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

Method clearDroppedPaths

app/src/AI/Assistant.cpp:619–622  ·  view source on GitHub ↗

* @brief Drops every session-authorized path from the read allow-list. */

Source from the content-addressed store, hash-verified

617 * @brief Drops every session-authorized path from the read allow-list.
618 */
619void AI::Assistant::clearDroppedPaths()
620{
621 AI::FileSandbox::instance().clearDroppedPaths();
622}
623
624/**
625 * @brief Re-emits the conversation busy signal; persists the active chat when it goes idle.

Callers 2

newChatMethod · 0.45
switchChatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected