MCPcopy Create free account
hub / github.com/elastic/devfiler / Node

Class Node

src/storage/rkyvtree.rs:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72#[derive(Clone, Debug, Hash, rkyv::Archive, rkyv::Serialize, rkyv::Deserialize)]
73pub struct Node<K, V> {
74 element: Element<K, V>,
75 max: K,
76}
77
78/// A simple and generic implementation of an immutable interval tree.
79///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected