MCPcopy Create free account
hub / github.com/SolaWing/xcode-build-server / dump_database

Function dump_database

xclog_parser.py:287–291  ·  view source on GitHub ↗
(items, output)

Source from the content-addressed store, hash-verified

285
286
287def dump_database(items, output):
288 import json
289
290 # pretty print, easy to read with editor. compact save little size. only about 0.2%
291 json.dump(items, output, ensure_ascii=False, check_circular=False, indent="\t")
292
293
294def merge_database(items, database_path):

Callers 2

merge_databaseFunction · 0.85
_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected