MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlAutomataGetInitState

Function xmlAutomataGetInitState

ThirdParty/libxml2/vtklibxml2/xmlregexp.c:5625–5630  ·  view source on GitHub ↗

* xmlAutomataGetInitState: * @am: an automata * * Initial state lookup * * Returns the initial state of the automata */

Source from the content-addressed store, hash-verified

5623 * Returns the initial state of the automata
5624 */
5625xmlAutomataStatePtr
5626xmlAutomataGetInitState(xmlAutomataPtr am) {
5627 if (am == NULL)
5628 return(NULL);
5629 return(am->start);
5630}
5631
5632/**
5633 * xmlAutomataSetFinalState:

Callers 4

automataTestFunction · 0.85
xmlRelaxNGCompileFunction · 0.85

Calls

no outgoing calls

Tested by 1

automataTestFunction · 0.68