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

Function InstrumentedServiceMakerC

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

Source from the content-addressed store, hash-verified

101}
102
103func InstrumentedServiceMakerC(base ServiceConstructor) ServiceConstructor {
104 return InstrumentingWrapperMaker(base, reflect.TypeOf(InstrumentedServiceC{}))
105}
106
107// OneMethodAPI is a single-method API handler to be returned by test services.
108type OneMethodAPI struct {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected