MCPcopy Index your code
hub / github.com/github/gh-ost / ToJSONString

Method ToJSONString

go/mysql/instance_key_map.go:63–66  ·  view source on GitHub ↗

ToJSONString will marshal this map as JSON

()

Source from the content-addressed store, hash-verified

61
62// ToJSONString will marshal this map as JSON
63func (ikm *InstanceKeyMap) ToJSONString() string {
64 s, _ := ikm.ToJSON()
65 return s
66}
67
68// ToCommaDelimitedList will export this map in comma delimited format
69func (ikm *InstanceKeyMap) ToCommaDelimitedList() string {

Callers

nothing calls this directly

Calls 1

ToJSONMethod · 0.95

Tested by

no test coverage detected