MCPcopy Index your code
hub / github.com/GitbookIO/gitbook / getBook

Function getBook

lib/parse/__tests__/parseIgnore.js:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 });
14
15 function getBook() {
16 var book = Book.createForFS(fs);
17 return parseIgnore(book);
18 }
19
20 it('should load rules from .ignore', function() {
21 return getBook()

Callers 1

parseIgnore.jsFile · 0.70

Calls 1

parseIgnoreFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…