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

Method clear

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

Source from the content-addressed store, hash-verified

74 }
75
76 void clear() {
77 data_ = "";
78 size_ = 0;
79 }
80
81 void remove_prefix(size_t n) {
82 assert(n <= size());

Callers 15

stopMethod · 0.45
ClearMethod · 0.45
ClearMethod · 0.45
ListFilesMethod · 0.45
SampleAndFillMethod · 0.45
SampleAndFillMethod · 0.45
SampleAndFillMethod · 0.45
FillMethod · 0.45
FillMethod · 0.45
BuildMethod · 0.45
FakeMethod · 0.45
StitchMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36