MCPcopy Create free account
hub / github.com/enowdev/enowX-Coder / is_outside_sandbox

Method is_outside_sandbox

src-tauri/src/tools/executor.rs:619–621  ·  view source on GitHub ↗
(&self, path: &str)

Source from the content-addressed store, hash-verified

617 }
618
619 pub fn is_outside_sandbox(&self, path: &str) -> bool {
620 self.validate_path(path).is_err()
621 }
622}
623
624// ─── Tests ────────────────────────────────────────────────────────────────────

Callers 1

Calls 1

validate_pathMethod · 0.80

Tested by

no test coverage detected