Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ jsonrpc_init_reader
Function
jsonrpc_init_reader
modules/event_stream/stream_send.c:205–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
static void jsonrpc_init_reader(void)
206
{
207
if (stream_pipe[1] != -1) {
208
close(stream_pipe[1]);
209
stream_pipe[1] = -1;
210
}
211
}
212
213
214
static inline int jsonrpc_unique_id(void)
Callers
1
stream_process
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected