Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yannh/kubeconform
/ NewOrderedMap
Function
NewOrderedMap
openapi2jsonschema-go/openapi2jsonschema.go:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
func
NewOrderedMap() *OrderedMap {
27
return
&OrderedMap{values:
map
[string]any{}}
28
}
29
30
func
(m *OrderedMap) Has(k string) bool {
31
_, ok := m.values[k]
Callers
4
yamlToData
Function · 0.85
replaceIntOrString
Function · 0.85
mapOf
Function · 0.85
TestAdditionalProperties
Function · 0.85
Calls
no outgoing calls
Tested by
2
mapOf
Function · 0.68
TestAdditionalProperties
Function · 0.68