MCPcopy Create free account
hub / github.com/simstudioai/sim / isRecentlyDeleted

Method isRecentlyDeleted

apps/sim/lib/copilot/vfs/workspace-vfs.ts:487–489  ·  view source on GitHub ↗

* `recently-deleted/` artifacts are opt-in: excluded from the active view * unless a path/pattern explicitly scopes into them.

(key: string)

Source from the content-addressed store, hash-verified

485 * unless a path/pattern explicitly scopes into them.
486 */
487 private isRecentlyDeleted(key: string): boolean {
488 return key.startsWith('recently-deleted/')
489 }
490
491 /**
492 * A keys-only view (eager values plus empty placeholders for unresolved lazy

Callers 2

keyViewMethod · 0.95
activeFilesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected