MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / get_key

Method get_key

DSView/pv/view/cursor.h:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83public:
84 inline uint64_t get_key(){
85 return (uint64_t)this;
86 }
87
88 inline uint64_t get_index(){
89 return _index;

Callers 2

load_options_viewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected