Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
313
def
_ToUtf8Json( data ):
314
return
ToBytes( json.dumps( data )
if
data
else
None )
315
316
317
def
_ValidateResponseObject( response, response_text ):
Callers
1
_MakeRequest
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected