MCPcopy 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

clipMethod · 0.80

Calls 2

okMethod · 0.80
clipMethod · 0.45

Tested by

no test coverage detected