MCPcopy Index your code
hub / github.com/encounter/objdiff / SectionData

Class SectionData

objdiff-core/src/obj/mod.rs:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88#[derive(Clone, Default)]
89#[repr(transparent)]
90pub struct SectionData(pub Vec<u8>);
91
92impl core::ops::Deref for SectionData {
93 type Target = Vec<u8>;

Callers 5

map_sectionsFunction · 0.85
do_combine_sectionsFunction · 0.85
mod.rsFile · 0.85

Calls

no outgoing calls