Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
120
func
(m *Map) UnorderedData()
map
[string]any {
121
return
m.data
122
}
Callers
1
TestUnorderedData
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestUnorderedData
Function · 0.76