Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Proryanator/encoder-benchmark
/ new
Method
new
gpus/src/device.rs:10–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
impl Device {
10
pub fn new() -> Self {
11
return Self {
12
brand: Brand::Unknown,
13
name: String::from(
""
),
14
};
15
}
16
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected