MCPcopy Create free account
hub / github.com/Recordscript/recordscript / send_state

Method send_state

libs/scrap/src/common/record.rs:228–230  ·  view source on GitHub ↗
(&self, state: RecordState)

Source from the content-addressed store, hash-verified

226 }
227
228 fn send_state(&self, state: RecordState) {
229 self.ctx.tx.as_ref().map(|tx| tx.send(state));
230 }
231}
232
233struct WebmRecorder {

Callers 3

newMethod · 0.80
changeMethod · 0.80
write_frameMethod · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected