MCPcopy Index your code
hub / github.com/dunglas/httpsfv / valToInnerList

Function valToInnerList

httpwg_test.go:88–99  ·  view source on GitHub ↗
(e []interface{})

Source from the content-addressed store, hash-verified

86}
87
88func valToInnerList(e []interface{}) InnerList {
89 il := InnerList{}
90 il.Params = NewParams()
91
92 for _, i := range e[0].([]interface{}) {
93 il.Items = append(il.Items, valToItem(i))
94 }
95
96 populateParams(il.Params, e[1])
97
98 return il
99}
100
101func valToMember(e interface{}) Member {
102 il := e.([]interface{})

Callers 1

valToMemberFunction · 0.85

Calls 3

NewParamsFunction · 0.85
valToItemFunction · 0.85
populateParamsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…