Class

GgitTreeBuilder

Description [src]

class Ggit.TreeBuilder : Ggit.Native {
  parent_instance: GgitNative
}

Represents a tree object.

Ancestors

Instance methods

ggit_tree_builder_clear

Clear all entries in the tree builder.

ggit_tree_builder_get_entry

Get an entry by path.

ggit_tree_builder_insert

Insert a file with a given blob in the tree builder. If the tree builder already contains an entry for the given file, then this entry will be overwritten.

ggit_tree_builder_remove

Remove an entry from the builder by path.

ggit_tree_builder_write

Write the contents of the tree builder as a tree object.

Class structure

struct GgitTreeBuilderClass {
  /* no available fields */
}