MCPcopy Create free account
hub / github.com/ycm-core/YouCompleteMe / _BuildUri

Function _BuildUri

python/ycm/client/base_request.py:326–327  ·  view source on GitHub ↗
( handler )

Source from the content-addressed store, hash-verified

324
325
326def _BuildUri( handler ):
327 return ToBytes( urljoin( BaseRequest.server_location, handler ) )
328
329
330def MakeServerException( data ):

Callers 1

_MakeRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected