Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
reverse
Method · 0.45
Calls
2
ConstIterator
Class · 0.70
data
Method · 0.45
Tested by
no test coverage detected