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

Method strscope

plugins/experimental/stream_editor/stream_editor.cc:255–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253
254public:
255 strscope(const bool u, const bool i, const char *pattern, int len) : scope_t(u), icase(i) { str = TSstrndup(pattern, len); }
256 ~strscope() override
257 {
258 if (str) {

Callers

nothing calls this directly

Calls 1

TSstrndupFunction · 0.85

Tested by

no test coverage detected