MCPcopy Create free account
hub / github.com/microsoft/typescript-go / AllowDuplicateNames

Function AllowDuplicateNames

internal/json/json.go:69–71  ·  view source on GitHub ↗
(allow bool)

Source from the content-addressed store, hash-verified

67}
68
69func AllowDuplicateNames(allow bool) json.Options {
70 return jsontext.AllowDuplicateNames(allow)
71}
72
73func Deterministic(v bool) json.Options {
74 return json.Deterministic(v)

Callers 1

ParseFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected