MCPcopy Create free account
hub / github.com/bytedance/bolt / validate

Method validate

bolt/vector/SimpleVector.h:178–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 void validate(const VectorValidateOptions& options) const override {
179 BaseVector::validate(options);
180 }
181
182 /**
183 * @return the hash of the value at the given index in this vector

Callers

nothing calls this directly

Calls 1

validateFunction · 0.50

Tested by

no test coverage detected