Function relay_event_schema::processor::join_chunks

source ยท
pub fn join_chunks<'a, I>(chunks: I) -> (String, Vec<Remark>)
where I: IntoIterator<Item = Chunk<'a>>,
Expand description

Concatenates chunks into a string and emits remarks for redacted sections.