-- -- Warning: AUTOGENERATED DOCS. -- --- Class "TreeEntry". -- module("TreeEntry") --- object method. -- --

Calls git_tree_entry_name:

-- @return string. -- @name TreeEntry:name function TreeEntry:name() end --- object method. -- --

Calls git_tree_entry_attributes:

-- @return integer. -- @name TreeEntry:attributes function TreeEntry:attributes() end --- object method. -- -- @return OID. -- @name TreeEntry:id function TreeEntry:id() end --- object method. -- --

Calls git_tree_entry_to_object:

@param object pointer to the converted object -- @param repo repository where to lookup the pointed object. Must be of type Repository. -- @return Object or nil on error. -- @return Error string. -- @name TreeEntry:object function TreeEntry:object(repo) end