MCPcopy Create free account
hub / github.com/alibaba/graph-learn / size

Method size

graphlearn/src/common/string/lite_string.h:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 size_t size() const {
56 return size_;
57 }
58
59 bool empty() const {
60 return size_ == 0;

Callers 15

beginMethod · 0.45
BuildKnnIndexFunction · 0.45
GetTopkRetFunction · 0.45
StitchMethod · 0.45
BuildInputMethod · 0.45
InitPartRequestMethod · 0.45
StitchDenseMethod · 0.45
InitDenseMethod · 0.45
InitSparseMethod · 0.45
ParseSideInfoFunction · 0.45

Calls

no outgoing calls

Tested by 11

TestMethod · 0.36
TestNoderMethod · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
SizeMethod · 0.36
NodeTestImplFuncMethod · 0.36
EdgeTestImplFuncMethod · 0.36
FetchAllNodeBatchMethod · 0.36
FetchAllEdgeBatchMethod · 0.36