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

Function do_create_instance

src/cripts/tests/query_test.cc:21–28  ·  view source on GitHub ↗

We do this so we can have one Cript for multiple remaps

Source from the content-addressed store, hash-verified

19
20// We do this so we can have one Cript for multiple remaps
21do_create_instance()
22{
23 if (instance.size() > 0) {
24 instance.data[0] = integer(AsString(instance.data[0]));
25 } else {
26 instance.data[0] = 0;
27 }
28}
29
30do_remap()
31{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected