MCPcopy Create free account
hub / github.com/apache/trafficserver / start

Method start

plugins/esi/lib/EsiProcessor.cc:63–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63bool
64EsiProcessor::start()
65{
66 if (_curr_state != STOPPED) {
67 DBG("[%s] Implicit call to stop()", __FUNCTION__);
68 stop();
69 }
70 _curr_state = PARSING;
71 _usePackedNodeList = false;
72 return true;
73}
74
75bool
76EsiProcessor::addParseData(const char *data, int data_len)

Callers 2

transformDataFunction · 0.45
processor_test.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected