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

Class ModuleHandles

plugins/esi/lib/HandlerManager.h:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 using FunctionHandleMap = std::map<std::string, SpecialIncludeHandlerCreator>;
49
50 struct ModuleHandles {
51 void *object;
52 SpecialIncludeHandlerCreator function;
53 ModuleHandles(void *o = nullptr, SpecialIncludeHandlerCreator f = nullptr) : object(o), function(f){};
54 };
55
56 using ModuleHandleMap = std::map<std::string, ModuleHandles>;
57

Callers 1

loadObjectsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected