Skip to main content

ShouldIgnore

pub fn ShouldIgnore(Path: &str) -> bool
Expand description

true when the path should be silently dropped before any IPC traffic is emitted. Implementation is a single linear scan over the string - tested against git/.git/objects/..., Target/debug/build/.../foo.rcgu.o, and node_modules/.bin/.... Worst case is on every event so we keep this allocation-free.