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

Method ptr

src/basic/packed_transcript.h:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 { return data_; }
154
155 const PackedOperation* ptr() const
156 {
157 return &data_[0];
158 }
159
160 void push_back(EditOperation op)
161 {

Callers 1

IteratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected