Zen-C
Loading...
Searching...
No Matches
json_rpc.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void handle_request (const char *json_str)
 Handle a raw JSON-RPC request string.
 

Function Documentation

◆ handle_request()

void handle_request ( const char *  json_str)

Handle a raw JSON-RPC request string.

Parses the request, routes it to the appropriate handler (initialize, textDocument/didChange, etc.), and sends back the response to stdout.

Parameters
json_strNull-terminated JSON request string.
Here is the call graph for this function:
Here is the caller graph for this function: