MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / IsControl

Method IsControl

external/sentencepiece/src/sentencepiece_processor.cc:979–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977}
978
979bool SentencePieceProcessor::IsControl(int id) const {
980 CHECK_STATUS_OR_RETURN_DEFAULT(0);
981 return model_->IsControl(id);
982}
983
984bool SentencePieceProcessor::IsUnknown(int id) const {
985 CHECK_STATUS_OR_RETURN_DEFAULT(0);

Callers 6

extract_piecesFunction · 0.45
TESTFunction · 0.45
TEST_PFunction · 0.45
mainFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36