MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / from

Method from

rust/stringzilla.rs:385–387  ·  view source on GitHub ↗
(bytes: T)

Source from the content-addressed store, hash-verified

383impl<T: AsRef<[u8]>> From<T> for Byteset {
384 #[inline]
385 fn from(bytes: T) -> Self {
386 Self::from_bytes(bytes.as_ref())
387 }
388}
389
390use core::cell::UnsafeCell;

Callers 1

test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected