Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ get_video_raw
Function
get_video_raw
libs/scrap/src/android/ffi.rs:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
pub fn get_video_raw<
'a>() -> Option<&'
a [u8]> {
93
VIDEO_RAW.lock().ok()?.take()
94
}
95
96
pub fn get_audio_raw<
'a>() -> Option<&'
a [u8]> {
97
AUDIO_RAW.lock().ok()?.take()
Callers
1
frame
Method · 0.85
Calls
1
take
Method · 0.80
Tested by
no test coverage detected