MCPcopy Index your code
hub / github.com/SolaWing/xcode-build-server / append

Method append

xclog_parser.py:245–249  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

243 self.items = items
244
245 def append(item):
246 if isinstance(item, dict):
247 items.append(item)
248 else:
249 items.extend(item)
250
251 # @return Future or Item, None to skip it
252 matcher = [

Callers 5

read_until_empty_lineFunction · 0.80
parseMethod · 0.80
trigger_parseMethod · 0.80
buildTarget_sourcesFunction · 0.80
InferFlagsForSwiftFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected