MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / unknown_entityref

Method unknown_entityref

lib/utils/sgmllib.py:520–522  ·  view source on GitHub ↗
(self, ref)

Source from the content-addressed store, hash-verified

518 print('end tag: </' + tag + '>')
519
520 def unknown_entityref(self, ref):
521 self.flush()
522 print('*** unknown entity ref: &' + ref + ';')
523
524 def unknown_charref(self, ref):
525 self.flush()

Callers

nothing calls this directly

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected