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

Method unregister_uri

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

Source from the content-addressed store, hash-verified

141 self._notify_option_changed(uri, self.optionsForFlags(flags))
142
143 def unregister_uri(self, uri):
144 self.observed_uri.remove(uri)
145
146 def sourceKitOptions(self, uri):
147 file_path = uri2realpath(uri)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected