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

Method require_resources

plugins/header_rewrite/statement.h:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 static int acquire_txn_private_slot();
190
191 void
192 require_resources(const ResourceIDs ids)
193 {
194 _rsrc = static_cast<ResourceIDs>(_rsrc | ids);
195 }
196
197protected:
198 virtual void initialize_hooks();

Callers 1

set_valueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected