MCPcopy
hub / github.com/mitmproxy/mitmproxy / add_value

Method add_value

mitmproxy/tools/console/grideditor/base.py:145–147  ·  view source on GitHub ↗
(self, lst)

Source from the content-addressed store, hash-verified

143 return super()._modified()
144
145 def add_value(self, lst):
146 self.lst.append((lst[:], set()))
147 self._modified()
148
149 def get_current_value(self):
150 if self.lst:

Callers

nothing calls this directly

Calls 3

_modifiedMethod · 0.95
setFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected