MCPcopy Create free account
hub / github.com/atrexus/vulkan / append

Method append

src/pe/section_headers.cpp:30–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 void section_headers::append( IMAGE_SECTION_HEADER& header ) const noexcept
31 {
32 auto last = at( count( ) );
33
34 std::copy(
35 reinterpret_cast< std::uint8_t* >( &header ),
36 reinterpret_cast< std::uint8_t* >( &header ) + sizeof( IMAGE_SECTION_HEADER ),
37 reinterpret_cast< std::uint8_t* >( last ) );
38 }
39
40 void section_headers::remove( const char* name ) const noexcept
41 {

Callers 1

append_sectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected