MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / newOrderedJSONMap

Function newOrderedJSONMap

tools/builtin.go:440–442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

438}
439
440func newOrderedJSONMap() *orderedmap.OrderedMap[string, any] {
441 return orderedmap.New[string, any](orderedmap.WithDisableHTMLEscape[string, any]())
442}
443
444func parseOrderedJSON(data []byte) (any, error) {
445 decoder := json.NewDecoder(bytes.NewReader(data))

Callers 2

ExecuteMethod · 0.70
parseOrderedJSONTokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected