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

Function w_isbflagset

core_cmds.c:877–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875}
876
877static int w_isbflagset(struct sip_msg *msg, void *flag, int *branch_idx)
878{
879 return isbflagset(msg, branch_idx ? *branch_idx : 0, (flag_t)(long)flag);
880}
881
882static int w_sethost(struct sip_msg *msg, str *host)
883{

Callers

nothing calls this directly

Calls 1

isbflagsetFunction · 0.85

Tested by

no test coverage detected