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

Function TSRemapInit

plugins/generator/generator.cc:836–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834}
835
836TSReturnCode
837TSRemapInit(TSRemapInterface * /* api_info */, char * /* errbuf */, int /* errbuf_size */)
838{
839 GeneratorInitialize();
840 return TS_SUCCESS;
841}
842
843TSRemapStatus
844TSRemapDoRemap(void * /* ih */, TSHttpTxn txn, TSRemapRequestInfo *rri)

Callers

nothing calls this directly

Calls 1

GeneratorInitializeFunction · 0.85

Tested by

no test coverage detected