Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
233
struct WebmRecorder {
Callers
3
new
Method · 0.80
change
Method · 0.80
write_frame
Method · 0.80
Calls
1
send
Method · 0.45
Tested by
no test coverage detected