Skip to content

MutableTree

ratranqu edited this page Apr 26, 2021 · 2 revisions

Extensions on MutableTree

Properties

hash

public var hash: Data 

Methods

deleteVersion(version:)

public func deleteVersion(version: Int64) throws 

deleteVersions(versions:)

public func deleteVersions(versions: [Int64]) throws 

versionExists(version:)

public func versionExists(version: Int64) -> Bool 

getVersioned(key:version:)

public func getVersioned(key: Data, version: Int64) throws -> (index: Int64, value: Data?) 

getImmutable(version:)

public func getImmutable(version: Int64) throws -> ImmutableTree 

get(key:)

public func get(key: Data) -> (index: Int64, value: Data?) 
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Extensions
Clone this wiki locally