Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
git
Tree
Class Tree
Index
Constructor methods
constructor
Properties
basename
contents
id
mode
name
repo
Methods
content_from_string
create
find
Constructor methods
constructor
(
repo
:
any
, id
:
any
, mode
:
any
, name
:
any
, contents
:
any
)
:
Tree
Parameters
repo:
any
id:
any
mode:
any
name:
any
contents:
any
Returns
Tree
Properties
public
basename
:
any
public
contents
:
any
public
id
:
any
public
mode
:
any
public
name
:
any
public
repo
:
any
Methods
public
static
content_from_string
(
repo
:
any
, text
:
any
, callback
:
Function
)
Parameters
repo:
any
text:
any
callback:
Function
public
static
create
(
repo
:
any
, callback
:
Function
)
Parameters
repo:
any
callback:
Function
public
static
create
(
repo
:
any
, attributes
:
any
, callback
:
Function
)
Parameters
repo:
any
attributes:
any
callback:
Function
public
find
(
file
:
string
)
:
any
Parameters
file:
string
Returns
any
Globals
git
Actor
Blame
BlameLine
Blob
Commit
CommitStats
Config
Diff
FileIndex
FileWindow
Git
GitFileOperations
GitIndex
GitObject
Head
LooseStorage
Merge
PackStorage
RawObject
Ref
Remote
Repo
Repository
Status
StatusFile
Submodule
Tag
Tree
constructor
basename
contents
id
mode
name
repo
content_from_string
create
find
UserInfo