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

Method TestMapMap

test/go/src/common/simple_handler.go:104–111  ·  view source on GitHub ↗
(hello int32)

Source from the content-addressed store, hash-verified

102}
103
104func (p *simpleHandler) TestMapMap(hello int32) (r map[int32]map[int32]int32, err error) {
105
106 r = map[int32]map[int32]int32{
107 -4: {-4: -4, -3: -3, -2: -2, -1: -1},
108 4: {4: 4, 3: 3, 2: 2, 1: 1},
109 }
110 return
111}
112
113func (p *simpleHandler) TestInsanity(argument *Insanity) (r map[UserId]map[Numberz]*Insanity, err error) {
114 //lint:ignore ST1005 To be consistent with other language libraries.

Callers 2

callEverythingWithMockFunction · 0.45
callEverythingFunction · 0.45

Calls

no outgoing calls

Tested by 1

callEverythingWithMockFunction · 0.36