Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
90
pub struct SectionData(pub Vec<u8>);
91
92
impl core::ops::Deref for SectionData {
93
type Target = Vec<u8>;
Callers
5
test_func_0606_f378_mov_w_data_labeling
Function · 0.85
test_func_0606_f378_mov_l_data_labeling
Function · 0.85
map_sections
Function · 0.85
do_combine_sections
Function · 0.85
mod.rs
File · 0.85
Calls
no outgoing calls
Tested by
2
test_func_0606_f378_mov_w_data_labeling
Function · 0.68
test_func_0606_f378_mov_l_data_labeling
Function · 0.68