MCPcopy Create free account
hub / github.com/apache/thrift / AddToProcessorMap

Method AddToProcessorMap

lib/go/thrift/processor_factory.go:41–41  ·  view source on GitHub ↗

AddToProcessorMap adds the given TProcessorFunction to the internal processor map at the given key. If one is already set at the given key, it will be replaced with the new TProcessorFunction.

(string, TProcessorFunction)

Source from the content-addressed store, hash-verified

39 // If one is already set at the given key, it will be replaced with the new
40 // TProcessorFunction.
41 AddToProcessorMap(string, TProcessorFunction)
42}
43
44type TProcessorFunction interface {

Callers 2

WrapProcessorFunction · 0.65
AddToProcessorMapMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected