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

Method process_inline

thirdparty/bottle/bottle.py:4601–4603  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

4599
4600 @staticmethod
4601 def process_inline(chunk):
4602 if chunk[0] == '!': return '_str(%s)' % chunk[1:]
4603 return '_escape(%s)' % chunk
4604
4605 def write_code(self, line, comment=''):
4606 code = ' ' * (self.indent + self.indent_mod)

Callers 1

flush_textMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected