FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

nodegit.github.com/api/refdb/index.md at master · changsongyang/nodegit.github.com · GitHub

Latest commit

 

History

History
39 lines (31 loc) · 827 Bytes

File metadata and controls

39 lines (31 loc) · 827 Bytes
layout default
menu_item api
title Refdb
description Version 0.26.1
return_to
API Documentation Index
/api/
sections
open #compress
#open
#compress

Refdb.open AsyncExperimental

Refdb.open(repo).then(function(refdb) {
  // Use refdb
});
Parameters Type
repo Repository the repository
Returns
Refdb

Refdb#compress SyncExperimental

var result = refdb.compress();
Returns
Number

Back | FazBrowse Home | New Git URL