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

Method ok

src/compute/src/render/errors.rs:150–152  ·  view source on GitHub ↗
(t: Row)

Source from the content-addressed store, hash-verified

148
149impl<E> MaybeValidatingRow<Row, E> for Row {
150 fn ok(t: Row) -> Self {
151 t
152 }
153
154 fn into_error() -> Option<fn(E) -> Self> {
155 None

Callers 15

runFunction · 0.45
parse_kib_lineMethod · 0.45
get_cgroup_limitsFunction · 0.45
refresh_wallclock_lagMethod · 0.45
parse_image_refFunction · 0.45
compare_and_appendMethod · 0.45
try_as_roleFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_create_socketsFunction · 0.36