chroma_types/
operators_generated.rs1use uuid::Uuid;
7
8pub const FUNCTION_RECORD_COUNTER_ID: Uuid = Uuid::from_bytes([
10 0xcc, 0xf2, 0xe3, 0xba, 0x63, 0x3e, 0x43, 0xba, 0x93, 0x94, 0x46, 0xb0, 0xc5, 0x4c, 0x61, 0xe3,
11]);
12pub const FUNCTION_RECORD_COUNTER_NAME: &str = "record_counter";
14
15pub const FUNCTION_STATISTICS_ID: Uuid = Uuid::from_bytes([
17 0x30, 0x4b, 0x58, 0xad, 0xa5, 0xcb, 0x41, 0xdc, 0xb8, 0x8f, 0x36, 0xdd, 0x3b, 0xf1, 0xd4, 0x01,
18]);
19pub const FUNCTION_STATISTICS_NAME: &str = "statistics";