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

Method Hunk

tests/gtest/gtest-all.cc:2621–2626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2619class Hunk {
2620 public:
2621 Hunk(size_t left_start, size_t right_start)
2622 : left_start_(left_start),
2623 right_start_(right_start),
2624 adds_(),
2625 removes_(),
2626 common_() {}
2627
2628 void PushLine(char edit, const char* line) {
2629 switch (edit) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected