FileContentResponse

data class FileContentResponse(val path: String, val totalLines: Int, val encoding: String = "UTF-8", val content: String, val isTruncated: Boolean)

Constructors

Link copied to clipboard
constructor(path: String, totalLines: Int, encoding: String = "UTF-8", content: String, isTruncated: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard