Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OriginQ/QPanda-2
/ getSerializationType
Method
getSerializationType
ThirdParty/antlr4/runtime/src/atn/SetTransition.cpp:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
Transition::SerializationType SetTransition::getSerializationType() const {
19
return SET;
20
}
21
22
misc::IntervalSet SetTransition::label() const {
23
return set;
Callers
5
visitState
Method · 0.45
_LOOK
Method · 0.45
getEpsilonTarget
Method · 0.45
getEpsilonTarget
Method · 0.45
serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected