MCPcopy Create free account
hub / github.com/PerroEngine/Perro / clip

Method clip

perro_source/api_modules/perro_resource_api/src/sub_apis/mic.rs:61–63  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

59 pub fn resolve_device(&self, name: Option<&str>) -> Option<MicDevice> {
60 let devices = self.devices().ok()?;
61 resolve_mic_device(&devices, name).cloned()
62 }
63
64 #[inline]
65 pub fn has_device(&self, name: &str) -> bool {
66 self.find_device(name).is_some()

Callers

nothing calls this directly

Calls 1

mic_clipMethod · 0.80

Tested by

no test coverage detected