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

Class Cache

lib/core/bigarray.py:55–63  ·  view source on GitHub ↗

Auxiliary class used for storing cached chunks

Source from the content-addressed store, hash-verified

53 return retval
54
55class Cache(object):
56 """
57 Auxiliary class used for storing cached chunks
58 """
59
60 def __init__(self, index, data, dirty):
61 self.index = index
62 self.data = data
63 self.dirty = dirty
64
65class BigArray(list):
66 """

Callers 1

_checkcacheMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…