MCPcopy Create free account
hub / github.com/Pilfer/hermes_rs / OverflowStringTableEntry

Class OverflowStringTableEntry

src/hermes/string_table.rs:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64#[cfg_attr(feature = "serde", derive(serde::Serialize))]
65#[derive(Debug)]
66pub struct OverflowStringTableEntry {
67 pub offset: u32,
68 pub length: u32,
69}
70
71impl Serializable for OverflowStringTableEntry {
72 type Version = u32;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected