MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / t_ctx_put_int

Function t_ctx_put_int

modules/tm/t_ctx.c:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void t_ctx_put_int(struct cell *t, int pos, int data)
44{
45 context_put_int(CONTEXT_TRAN, context_of(t), pos, data);
46}
47
48void t_ctx_put_str(struct cell *t, int pos, str *data)
49{

Callers

nothing calls this directly

Calls 1

context_put_intFunction · 0.85

Tested by

no test coverage detected