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

Method notify_option_changed

server.py:183–185  ·  view source on GitHub ↗
(self, uri)

Source from the content-addressed store, hash-verified

181 }
182
183 def notify_option_changed(self, uri):
184 # no clear options?
185 self._notify_option_changed(uri, self.optionsForFile(uri))
186
187 def _notify_option_changed(self, uri, options):
188 # empty options is nouse and lsp will stop working.., at least there should has a infer flags..

Callers 2

register_uriMethod · 0.95
notify_target_changesMethod · 0.95

Calls 2

optionsForFileMethod · 0.95

Tested by

no test coverage detected