Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
979
bool SentencePieceProcessor::IsControl(int id) const {
980
CHECK_STATUS_OR_RETURN_DEFAULT(0);
981
return model_->IsControl(id);
982
}
983
984
bool SentencePieceProcessor::IsUnknown(int id) const {
985
CHECK_STATUS_OR_RETURN_DEFAULT(0);
Callers
6
extract_pieces
Function · 0.45
TEST
Function · 0.45
TEST_P
Function · 0.45
main
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
4
TEST
Function · 0.36
TEST_P
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36