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

Method header

tools/tasks.py:311–314  ·  view source on GitHub ↗
(self, fp, title, subtitle)

Source from the content-addressed store, hash-verified

309 return fp
310
311 def header(self, fp, title, subtitle):
312 separator = "=" * 78
313 message = f"{separator}\n{title}\n{subtitle}\n{separator}\n"
314 fp.write(message.encode())
315
316 def log_result(self, result):
317 if result == 0:

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected