Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
git
LooseStorage
Class LooseStorage
Index
Constructor methods
constructor
Properties
directory
Methods
find
get_raw_object
is_legacy_loose_object
put_raw_object
unpack_object_header_gently
verify_header
Constructor methods
constructor
(
directory
:
any
)
:
LooseStorage
Parameters
directory:
any
Returns
LooseStorage
Properties
public
directory
:
any
Methods
public
find
(
sha1
:
any
)
:
RawObject
Parameters
sha1:
any
Returns
RawObject
public
get_raw_object
(
buf
:
any
)
:
RawObject
Parameters
buf:
any
Returns
RawObject
public
is_legacy_loose_object
(
buf
:
any
)
:
boolean
Parameters
buf:
any
Returns
boolean
public
put_raw_object
(
content
:
any
, type
:
any
, callback
:
Function
)
Parameters
content:
any
type:
any
callback:
Function
public
unpack_object_header_gently
(
buf
:
any
)
:
Array<any>
Parameters
buf:
any
Returns
Array<any>
public
static
verify_header
(
type
:
any
, size
:
any
)
Parameters
type:
any
size:
any
Globals
git
Actor
Blame
BlameLine
Blob
Commit
CommitStats
Config
Diff
FileIndex
FileWindow
Git
GitFileOperations
GitIndex
GitObject
Head
LooseStorage
constructor
directory
find
get_raw_object
is_legacy_loose_object
put_raw_object
unpack_object_header_gently
verify_header
Merge
PackStorage
RawObject
Ref
Remote
Repo
Repository
Status
StatusFile
Submodule
Tag
Tree
UserInfo