Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
C
 Close, GitBlob
 CreateFromBuffer, GitBlob
 CreateFromFile, GitBlob
E
 EIO_AfterLookup, GitBlob
 EIO_Lookup, GitBlob
G
 GitBlob, GitBlob
 GitError, GitError
 GitIndex, GitIndex
 GitOdb, GitOdb
 GitOdbBackend, GitOdbBackend
 GitTag, GitTag
I
 Initialize
L
 Lookup, GitBlob
N
 New
R
 RawContent, GitBlob
 RawSize, GitBlob
S
 StrError, GitError
void Close()
Free a blob object.
int CreateFromBuffer(git_oid *oid,
git_repository *repo,
const void *buffer,
size_t len)
Read a buffer into the ODB.
int CreateFromFile(git_oid *oid,
git_repository *repo,
const char *path)
Read a file into the ODB.
static int EIO_AfterLookup(eio_req *req)
static int EIO_Lookup(eio_req *req)
GitBlob()
GitError()
GitIndex()
GitOdb()
GitOdbBackend()
GitTag()
static void Initialize(v8::Handle<v8::Object> target)
Used to intialize the EventEmitter from Node.js
static void Initialize(v8::Handle<v8::Object> target)
Used to intialize the EventEmitter from Node.js
static void Initialize(v8::Handle<v8::Object> target)
Used to intialize the EventEmitter from Node.js
static void Initialize(v8::Handle<v8::Object> target)
Used to intialize the EventEmitter from Node.js
static void Initialize(v8::Handle<v8::Object> target)
Used to intialize the EventEmitter from Node.js
static void Initialize(v8::Handle<v8::Object> target)
Used to intialize the EventEmitter from Node.js
int Lookup(git_repository *repo,
const git_oid *id)
Lookup a blob object from a repository.
static v8::Handle<v8::Value> New(const v8::Arguments &args)
args v8::Arguments function call
static v8::Handle<v8::Value> New(const v8::Arguments &args)
args v8::Arguments function call
static v8::Handle<v8::Value> New(const v8::Arguments &args)
args v8::Arguments function call
static v8::Handle<v8::Value> New(const v8::Arguments &args)
args v8::Arguments function call
static v8::Handle<v8::Value> New(const v8::Arguments &args)
args v8::Arguments function call
static v8::Handle<v8::Value> New(const v8::Arguments &args)
args v8::Arguments function call
const void* RawContent()
Get a read-only buffer with the raw content of a blob.
int RawSize()
Lookup a blob object from a repository.
const char* StrError(int err)
Get a read-only buffer with the raw content of a blob.
Close