Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
func
(p *simpleHandler) TestString(thing string) (r string, err error) {
41
return
thing, nil
42
}
43
44
func
(p *simpleHandler) TestBool(thing []byte) (r []byte, err error) {
45
return
thing, nil
Callers
2
callEverythingWithMock
Function · 0.45
callEverything
Function · 0.45
Calls
no outgoing calls
Tested by
1
callEverythingWithMock
Function · 0.36