MCPcopy Create free account
hub / github.com/aboSamoor/pycld2 / empty

Method empty

cld2/internal/stringpiece.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 stringpiece_ssize_type size() const { return length_; }
72 stringpiece_ssize_type length() const { return length_; }
73 bool empty() const { return length_ == 0; }
74};
75
76class StringPiece;

Callers 10

PriorVecLangFunction · 0.80
SummaryBufferToVectorFunction · 0.80
TrimCLDLangTagsHintFunction · 0.80
SetCLDLangTagsHintFunction · 0.80
GetLangTagsFromHtmlFunction · 0.80
ApplyHintsFunction · 0.80
FlushMethod · 0.80
MaybeFlushAllMethod · 0.80
GetLangProbTxtFunction · 0.80
GetScoreTxtFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected