Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ mic_clip
Method
mic_clip
perro_source/runtime_project/perro_runtime/src/rs_ctx/mic.rs:17–19 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
15
}
16
17
fn mic_stop(&self) -> Option<MicClip> {
18
self.mic.lock().ok()?.stop()
19
}
20
21
fn mic_clip(&self) -> Option<MicClip> {
22
self.mic.lock().ok()?.clip()
Callers
1
clip
Method · 0.80
Calls
2
ok
Method · 0.80
clip
Method · 0.45
Tested by
no test coverage detected