(content []byte)
| 202 | } |
| 203 | |
| 204 | func jsonPurifyPluginContent(content []byte) ([]byte, error) { |
| 205 | return hujson.Standardize(slices.Clone(content)) |
| 206 | } |
| 207 | |
| 208 | func createDir(path string) error { |
| 209 | if path == "" { |
no outgoing calls
no test coverage detected