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

Method pop

include/tscore/List.h:885–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883 head = new ConsCell<C, A>(head);
884 }
885 C
886 pop()
887 {
888 C a = car();
889 head = cdr();
890 return a;
891 }
892 void
893 clear()
894 {

Callers

nothing calls this directly

Calls 1

carFunction · 0.85

Tested by

no test coverage detected