MCPcopy Create free account
hub / github.com/M4THYOU/TokenDagger / operator->

Method operator->

src/tiktoken/hash_set8.hpp:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156 reference operator*() const { return *kv_; }
157 pointer operator->() const { return kv_; }
158
159 bool operator == (const iterator& rhs) const { return kv_ == rhs.kv_; }
160 bool operator != (const iterator& rhs) const { return kv_ != rhs.kv_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected