MCPcopy Index your code
hub / github.com/TomWright/dasel / UnorderedData

Method UnorderedData

model/orderedmap/map.go:120–122  ·  view source on GitHub ↗

UnorderedData returns all the data from the map.

()

Source from the content-addressed store, hash-verified

118
119// UnorderedData returns all the data from the map.
120func (m *Map) UnorderedData() map[string]any {
121 return m.data
122}

Callers 1

TestUnorderedDataFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestUnorderedDataFunction · 0.76