MCPcopy Create free account
hub / github.com/apache/trafficserver / string_get

Method string_get

include/proxy/hdrs/URL.h:460–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458 -------------------------------------------------------------------------*/
459
460inline char *
461URL::string_get(Arena *arena_or_null_for_malloc, int *length) const
462{
463 ink_assert(valid());
464 return url_string_get(m_url_impl, arena_or_null_for_malloc, length, m_heap);
465}
466
467inline char *
468URL::string_get_ref(int *length, unsigned normalization_flags) const

Callers 8

printMethod · 0.80
run_pluginMethod · 0.80
remap_load_pluginFunction · 0.80
url_string_getMethod · 0.80

Calls 1

url_string_getFunction · 0.85

Tested by

no test coverage detected