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

Function textDocument_sourceKitOptions

server.py:480–486  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

478 shared_state.unregister_uri(uri)
479
480 def textDocument_sourceKitOptions(message):
481 uri = message["params"]["textDocument"]["uri"]
482 return {
483 "jsonrpc": "2.0",
484 "id": message["id"],
485 "result": shared_state.sourceKitOptions(uri),
486 }
487
488 # TODO: outputPaths, no spec? #
489 def build_shutdown(message):

Callers

nothing calls this directly

Calls 1

sourceKitOptionsMethod · 0.80

Tested by

no test coverage detected