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

Function intSetToSlice

session/store.go:680–685  ·  view source on GitHub ↗
(values mapset.Set[int])

Source from the content-addressed store, hash-verified

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}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected