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

Method TestString

test/go/src/common/simple_handler.go:40–42  ·  view source on GitHub ↗
(thing string)

Source from the content-addressed store, hash-verified

38}
39
40func (p *simpleHandler) TestString(thing string) (r string, err error) {
41 return thing, nil
42}
43
44func (p *simpleHandler) TestBool(thing []byte) (r []byte, err error) {
45 return thing, nil

Callers 2

callEverythingWithMockFunction · 0.45
callEverythingFunction · 0.45

Calls

no outgoing calls

Tested by 1

callEverythingWithMockFunction · 0.36