Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
render
Method · 0.80
fmt
Method · 0.80
format_float
Function · 0.80
format_map
Function · 0.80
format_range
Function · 0.80
format_array
Function · 0.80
format_array_inner
Function · 0.80
format_list
Function · 0.80
format_elems
Function · 0.80
escape_elem
Function · 0.80
format_record
Function · 0.80
fmt
Method · 0.80
Calls
4
put
Method · 0.80
push
Method · 0.45
extend
Method · 0.45
as_bytes
Method · 0.45
Tested by
no test coverage detected