File: length.git_tree.Rd

package info (click to toggle)
r-cran-git2r 0.35.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,956 kB
  • sloc: ansic: 8,203; sh: 4,104; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/tree.R
\name{length.git_tree}
\alias{length.git_tree}
\title{Number of entries in tree}
\usage{
\method{length}{git_tree}(x)
}
\arguments{
\item{x}{The tree \code{object}}
}
\value{
a non-negative integer or double (which will be rounded
down)
}
\description{
Number of entries in tree
}