MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / FlushEdits

Method FlushEdits

tests/gtest/gtest-all.cc:2659–2662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2657
2658 private:
2659 void FlushEdits() {
2660 hunk_.splice(hunk_.end(), hunk_removes_);
2661 hunk_.splice(hunk_.end(), hunk_adds_);
2662 }
2663
2664 // Print a unified diff header for one hunk.
2665 // The format is

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected