MCPcopy Create free account
hub / github.com/cuberite/cuberite / NotifyLast

Method NotifyLast

src/HTTPServer/EnvelopeParser.cpp:85–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84
85void cEnvelopeParser::NotifyLast(void)
86{
87 if (!m_LastKey.empty())
88 {
89 m_Callbacks.OnHeaderLine(m_LastKey, m_LastValue);
90 m_LastKey.clear();
91 }
92 m_LastValue.clear();
93}
94
95
96

Callers

nothing calls this directly

Calls 3

emptyMethod · 0.80
clearMethod · 0.80
OnHeaderLineMethod · 0.45

Tested by

no test coverage detected