MCPcopy Index your code
hub / github.com/endbasic/endbasic / DriveKey

Class DriveKey

std/src/storage/mod.rs:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182/// The name contained in the key is stored in its canonical form.
183#[derive(Clone, Debug, Eq, Hash, PartialEq)]
184struct DriveKey(String);
185
186impl DriveKey {
187 /// Constructs a drive from a raw string, validating that the name is valid.

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected