Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ release
Method
release
libs/scrap/src/android/ffi.rs:86–89 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
84
}
85
86
fn release(&mut self) {
87
self.len = 0;
88
self.ptr.store(std::ptr::null_mut(), SeqCst);
89
}
90
}
91
92
pub fn get_video_raw<
'a>() -> Option<&'
a [u8]> {
Callers
1
take
Method · 0.80
Calls
1
store
Method · 0.80
Tested by
no test coverage detected