MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / is_atomic_hook

Function is_atomic_hook

atomic-agent/src/hooks/claude_code/settings.rs:192–194  ·  view source on GitHub ↗
(command: &str)

Source from the content-addressed store, hash-verified

190}
191
192pub(crate) fn is_atomic_hook(command: &str) -> bool {
193 command.contains(ATOMIC_HOOK_PREFIX)
194}
195
196pub(crate) fn remove_atomic_hooks(matchers: &mut Vec<ClaudeHookMatcher>) {
197 for matcher in matchers.iter_mut() {

Callers 2

has_any_atomic_hookFunction · 0.70
remove_atomic_hooksFunction · 0.70

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected