MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / deref

Method deref

crates/firewheel-core/src/diff/mod.rs:391–396  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

389 type Target = [u32];
390
391 fn deref(&self) -> &Self::Target {
392 match self {
393 Self::Single(single) => core::slice::from_ref(single),
394 Self::Multi(multi) => multi.as_ref(),
395 }
396 }
397}
398
399/// Fine-grained parameter patching.

Callers

nothing calls this directly

Calls 1

as_refMethod · 0.80

Tested by

no test coverage detected