Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SetFinal
Method
SetFinal
library/cpp/regex/pire/pire/fsm.cpp:266–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
void Fsm::SetFinal(size_t state, bool final)
267
{
268
if (final)
269
m_final.insert(state);
270
else
271
m_final.erase(state);
272
}
273
274
Fsm& Fsm::AppendDot()
275
{
Callers
14
MakeFalse
Method · 0.80
fsm.cpp
File · 0.80
AcceptStates
Method · 0.80
AcceptStates
Method · 0.80
MakeHalfFinal
Method · 0.80
CopyData
Method · 0.80
AppendDot
Method · 0.80
CreateApproxFsm
Function · 0.80
CountingFsm
Method · 0.80
AcceptStates
Method · 0.80
AcceptStates
Method · 0.80
CountingScanner
Method · 0.80
Calls
2
insert
Method · 0.45
erase
Method · 0.45
Tested by
no test coverage detected