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

Method write_code

thirdparty/bottle/bottle.py:4605–4608  ·  view source on GitHub ↗
(self, line, comment='')

Source from the content-addressed store, hash-verified

4603 return '_escape(%s)' % chunk
4604
4605 def write_code(self, line, comment=''):
4606 code = ' ' * (self.indent + self.indent_mod)
4607 code += line.lstrip() + comment + '\n'
4608 self.code_buffer.append(code)
4609
4610
4611def template(*args, **kwargs):

Callers 2

read_codeMethod · 0.95
flush_textMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected