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

Method notify_target_changes

server.py:340–352  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

338 self.notify_target_changes()
339
340 def notify_target_changes(self):
341 # TODO: increment diff change and notify #
342 if self.new_version:
343 send({
344 "jsonrpc": "2.0",
345 "method": "buildTarget/didChange",
346 "params": {
347 "changes": None
348 },
349 })
350 else:
351 for v in self.observed_uri:
352 self.notify_option_changed(v)
353
354
355# valid after build_initialize. access before should throw

Callers 2

sourceKitOptionsMethod · 0.95
sync_compile_fileMethod · 0.95

Calls 2

notify_option_changedMethod · 0.95
sendFunction · 0.85

Tested by

no test coverage detected