MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / write_str

Method write_str

src/repr/src/row.rs:3390–3393  ·  view source on GitHub ↗
(&mut self, s: &str)

Source from the content-addressed store, hash-verified

3388
3389impl<'a> std::fmt::Write for RowArenaBuf<'a> {
3390 fn write_str(&mut self, s: &str) -> std::fmt::Result {
3391 self.buf.extend_from_slice(s.as_bytes());
3392 Ok(())
3393 }
3394}
3395
3396/// A thread-local row, which can be borrowed and returned.

Callers 15

fmtMethod · 0.45
write_delimitedFunction · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
format_boolFunction · 0.45
format_floatFunction · 0.45
format_stringFunction · 0.45
format_mapFunction · 0.45
format_rangeFunction · 0.45
format_array_innerFunction · 0.45
write_nullMethod · 0.45
fmtMethod · 0.45

Calls 2

extend_from_sliceMethod · 0.45
as_bytesMethod · 0.45

Tested by

no test coverage detected