Function biodivine_sketchbook::sketchbook::event_utils::mk_obs_event
source ยท pub(crate) fn mk_obs_event(at_path: &[&str], payload: Option<&str>) -> Event
Expand description
Prepare event for the observations
component of the sketch
, given at_path
- a path suffix
used at the observations manager level, and a payload
.