Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
begin
Method · 0.45
add_dag_node_int_vector_params
Function · 0.45
add_dag_node_float_vector_params
Function · 0.45
BuildKnnIndex
Function · 0.45
GetTopkRet
Function · 0.45
Stitch
Method · 0.45
BuildInput
Method · 0.45
InitPartRequest
Method · 0.45
StitchDense
Method · 0.45
InitDense
Method · 0.45
InitSparse
Method · 0.45
ParseSideInfo
Function · 0.45
Calls
no outgoing calls
Tested by
11
Test
Method · 0.36
TestNoder
Method · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
Size
Method · 0.36
NodeTestImplFunc
Method · 0.36
EdgeTestImplFunc
Method · 0.36
GetExpectNodeDataArray
Method · 0.36
GetExpectEdgeDataArray
Method · 0.36
FetchAllNodeBatch
Method · 0.36
FetchAllEdgeBatch
Method · 0.36