func encodeNextStep()

in Sources/TSFCASFileTree/FileTreeImport.swift [948:954]


              func encodeNextStep(for id: LLBDataID) -> NextStep {
                if isSingleChunk {
                    return .singleFile(SingleFileInfo(path: path, id: id, type: type, size: UInt64(clamping: segm.uncompressedSize), posixDetails: importObject.posixDetails))
                } else {
                    return .partialFileChunk(id)
                }
              }