Skip to main content

SPAWN

Constant SPAWN 

Source
pub const SPAWN: &str = "spawn";
Expand description

The name the model calls, an operator writes in a rule, and a .basis/hooks.json entry matches on.

Public because it is all three of those: a host writing a hook or a remembered rule needs the string, and a literal in their config that drifts from basis’s fails by never matching rather than by erroring.