MCPcopy Create free account
hub / github.com/ashvardanian/less_slow.cpp / process

Method process

less_slow.cpp:4084–4087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4082 public:
4083 for_range_virtual(std::uint64_t start, std::uint64_t end) : start_(start), end_(end) {}
4084 void process(std::vector<std::uint64_t> &data) const override {
4085 data.clear();
4086 for (std::uint64_t value = start_; value <= end_; ++value) data.push_back(value);
4087 }
4088};
4089
4090class filter_virtual : public base_virtual_class {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected