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

Function _ToUtf8Json

python/ycm/client/base_request.py:313–314  ·  view source on GitHub ↗
( data )

Source from the content-addressed store, hash-verified

311
312
313def _ToUtf8Json( data ):
314 return ToBytes( json.dumps( data ) if data else None )
315
316
317def _ValidateResponseObject( response, response_text ):

Callers 1

_MakeRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected