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

Method write_char

src/ore/src/fmt.rs:109–111  ·  view source on GitHub ↗
(&mut self, c: char)

Source from the content-addressed store, hash-verified

107 }
108
109 fn write_char(&mut self, c: char) {
110 self.push(c)
111 }
112
113 fn write_str(&mut self, s: &str) {
114 self.push_str(s)

Callers 15

renderMethod · 0.80
fmtMethod · 0.80
format_floatFunction · 0.80
format_mapFunction · 0.80
format_rangeFunction · 0.80
format_arrayFunction · 0.80
format_array_innerFunction · 0.80
format_listFunction · 0.80
format_elemsFunction · 0.80
escape_elemFunction · 0.80
format_recordFunction · 0.80
fmtMethod · 0.80

Calls 4

putMethod · 0.80
pushMethod · 0.45
extendMethod · 0.45
as_bytesMethod · 0.45

Tested by

no test coverage detected