Node

sealed class Node : Object

Tree nodes are either trees or blobs, represented by this sealed class.

Inheritors

Properties

Link copied to clipboard
abstract val data: String
Link copied to clipboard

Functions

Link copied to clipboard
fun hash(): String