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

Method empty

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

Source from the content-addressed store, hash-verified

57 }
58
59 bool empty() const {
60 return size_ == 0;
61 }
62
63 iterator begin() const {
64 return data_;

Callers 15

StitchMethod · 0.45
ParseSideInfoFunction · 0.45
BeginNextFileMethod · 0.45
BeginNextFileMethod · 0.45
ParseAttributeFunction · 0.45
ProcessMethod · 0.45
InitMethod · 0.45
VineyardNodeStorageMethod · 0.45
VineyardGraphStorageMethod · 0.45
NextMethod · 0.45
ToStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected