MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / do

Method do

tools/tasks.py:104–107  ·  view source on GitHub ↗
(self, line: bytes)

Source from the content-addressed store, hash-verified

102 return result
103
104 def do(self, line: bytes) -> bytes:
105 for rex, func in self.rexes:
106 line = rex.sub(func, line)
107 return line
108
109
110def generate_hash(val: bytes):

Callers 1

_process_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected