Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/4paradigm/OpenMLDB
/ Valid
Method
Valid
src/codec/flat_array.h:563–568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
561
}
562
563
bool Valid() {
564
if (bsize_ < 2 || offset_ > bsize_) {
565
return false;
566
}
567
return true;
568
}
569
570
private:
571
const char* buffer_;
Callers
3
TEST_F
Function · 0.45
DecodeRow
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.36
TEST_F
Function · 0.36