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

Method inner_mut

src/environmentd/src/http/webhook.rs:320–322  ·  view source on GitHub ↗

Obtain a mutable reference to the inner [`Row`].

(&mut self)

Source from the content-addressed store, hash-verified

318impl BodyRow {
319 /// Obtain a mutable reference to the inner [`Row`].
320 fn inner_mut(&mut self) -> &mut Row {
321 &mut self.0
322 }
323
324 /// Return the inner [`Row`].
325 fn into_inner(self) -> Row {

Callers 2

handle_connectionMethod · 0.45
pack_headerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected