MCPcopy Create free account
hub / github.com/Recordscript/recordscript / name

Method name

libs/scrap/src/common/dxgi.rs:179–185  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

177 }
178
179 pub fn name(&self) -> String {
180 use std::ffi::OsString;
181 use std::os::windows::prelude::*;
182 OsString::from_wide(self.0.name())
183 .to_string_lossy()
184 .to_string()
185 }
186
187 pub fn is_online(&self) -> bool {
188 self.0.is_online()

Callers 1

allMethod · 0.45

Calls 1

to_stringMethod · 0.80

Tested by

no test coverage detected