(values mapset.Set[int])
| 678 | for _, record := range records { |
| 679 | line, err := marshalPythonJSON(record, false) |
| 680 | if err != nil { |
| 681 | return err |
| 682 | } |
| 683 | line = spacePythonJSONSeparators(line) |
| 684 | data = append(data, line...) |
| 685 | data = append(data, '\n') |
| 686 | } |
| 687 | return atomicReplace(path, data) |
| 688 | } |
no outgoing calls
no test coverage detected