MCPcopy
hub / github.com/gogf/gf / ExampleStrStrMap_Pop

Function ExampleStrStrMap_Pop

container/gmap/gmap_z_example_str_str_test.go:179–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177}
178
179func ExampleStrStrMap_Pop() {
180 var m gmap.StrStrMap
181 m.Sets(g.MapStrStr{
182 "k1": "v1",
183 "k2": "v2",
184 "k3": "v3",
185 "k4": "v4",
186 })
187
188 fmt.Println(m.Pop())
189
190 // May Output:
191 // k1 v1
192}
193
194func ExampleStrStrMap_Pops() {
195 var m gmap.StrStrMap

Callers

nothing calls this directly

Calls 2

SetsMethod · 0.95
PopMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…