MCPcopy Create free account
hub / github.com/bbuchfink/diamond / begin

Method begin

src/basic/packed_transcript.h:149–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 ConstIterator begin() const
150 { return ConstIterator(data_.data()); }
151
152 const std::vector<PackedOperation>& data() const
153 { return data_; }

Callers 1

reverseMethod · 0.45

Calls 2

ConstIteratorClass · 0.70
dataMethod · 0.45

Tested by

no test coverage detected