MCPcopy Create free account
hub / github.com/NationalSecurityAgency/TraceAnalysis / write_le_bytes

Method write_le_bytes

dynamic-dataflow/core/src/value.rs:1670–1672  ·  view source on GitHub ↗
(self, bytes: &mut [u8])

Source from the content-addressed store, hash-verified

1668
1669 #[inline]
1670 fn write_le_bytes(self, bytes: &mut [u8]) {
1671 bytes[0] = self
1672 }
1673}
1674
1675impl_primitive_ext!(u16);

Callers 15

_implMethod · 0.80
test_int_zero_extendFunction · 0.80
test_int_signed_extendFunction · 0.80
test_int_add_primitiveFunction · 0.80
test_int_sub_primitiveFunction · 0.80
test_int_carry_primitiveFunction · 0.80
test_int_notFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_int_zero_extendFunction · 0.64
test_int_signed_extendFunction · 0.64
test_int_add_primitiveFunction · 0.64
test_int_sub_primitiveFunction · 0.64
test_int_carry_primitiveFunction · 0.64
test_int_notFunction · 0.64
test_int_xorFunction · 0.64