MCPcopy
hub / github.com/TomWright/dasel / Keys

Method Keys

model/orderedmap/map.go:115–117  ·  view source on GitHub ↗

Keys returns all the keys from the map.

()

Source from the content-addressed store, hash-verified

113
114// Keys returns all the keys from the map.
115func (m *Map) Keys() []string {
116 return m.keys
117}
118
119// UnorderedData returns all the data from the map.
120func (m *Map) UnorderedData() map[string]any {

Callers 5

TestNewMapFunction · 0.95
TestDeleteFunction · 0.95
TestKeysOrderFunction · 0.95
MapKeysMethod · 0.80
readSectionMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestNewMapFunction · 0.76
TestDeleteFunction · 0.76
TestKeysOrderFunction · 0.76