MCPcopy Create free account
hub / github.com/apache/qpid-proton / pn_string_const

Function pn_string_const

c/src/core/fixed_string.h:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49static inline pn_string_const_t pn_string_const(const char* bytes, uint32_t size) {
50 return (pn_string_const_t) {.bytes=bytes, .size=size};
51}
52
53#define STR_CONST(x) pn_string_const(#x, sizeof(#x)-1)
54

Callers 3

pni_logger_log_rawFunction · 0.85
pni_logger_log_msg_frameFunction · 0.85
pni_logger_vlogfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected