|
Zen-C
|

Go to the source code of this file.
Functions | |
| void | handle_request (const char *json_str) |
| Handle a raw JSON-RPC request string. | |
| 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.
| json_str | Null-terminated JSON request string. |

