MCPcopy Create free account
hub / github.com/CPChain/chain / InstrumentedServiceMakerB

Function InstrumentedServiceMakerB

node/utils_test.go:99–101  ·  view source on GitHub ↗
(base ServiceConstructor)

Source from the content-addressed store, hash-verified

97}
98
99func InstrumentedServiceMakerB(base ServiceConstructor) ServiceConstructor {
100 return InstrumentingWrapperMaker(base, reflect.TypeOf(InstrumentedServiceB{}))
101}
102
103func InstrumentedServiceMakerC(base ServiceConstructor) ServiceConstructor {
104 return InstrumentingWrapperMaker(base, reflect.TypeOf(InstrumentedServiceC{}))

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected