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

Method TestStringMap

test/go/src/common/simple_handler.go:84–86  ·  view source on GitHub ↗
(thing map[string]string)

Source from the content-addressed store, hash-verified

82}
83
84func (p *simpleHandler) TestStringMap(thing map[string]string) (r map[string]string, err error) {
85 return thing, nil
86}
87
88func (p *simpleHandler) TestSet(thing []int32) (r []int32, err error) {
89 return thing, nil

Callers 2

callEverythingWithMockFunction · 0.45
callEverythingFunction · 0.45

Calls

no outgoing calls

Tested by 1

callEverythingWithMockFunction · 0.36