From faa8dfe794a12b842a3a94d6b5169952486c22dc Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Sat, 19 Jan 2019 22:06:07 -0800 Subject: Update docs for release 1.2.9 --- docs/classes/_database_.database.html | 24 ++++++++++---------- docs/classes/_error_model_.naiveerror.html | 4 ++-- docs/enums/_error_model_.naiveerrorcode.html | 4 ++-- docs/interfaces/_context_model_.context.html | 6 ++--- .../_database_model_.databaseinterface.html | 12 +++++----- docs/modules/_database_.html | 26 +++++++++++++++------- docs/modules/_database_test_.html | 4 ++-- docs/modules/_error_model_.html | 4 ++-- docs/modules/_util_.html | 7 +++++- 9 files changed, 53 insertions(+), 38 deletions(-) diff --git a/docs/classes/_database_.database.html b/docs/classes/_database_.database.html index bed297c..f0acbcf 100644 --- a/docs/classes/_database_.database.html +++ b/docs/classes/_database_.database.html @@ -141,7 +141,7 @@
  • Parameters

    @@ -163,7 +163,7 @@
    buff: any
    @@ -173,7 +173,7 @@
    ctx: Context
    @@ -191,7 +191,7 @@

    Returns Promise<void>

    @@ -208,7 +208,7 @@
  • Returns boolean

    @@ -226,7 +226,7 @@

    Returns Promise<void>

    @@ -244,7 +244,7 @@

    Parameters

    @@ -268,7 +268,7 @@

    Parameters

    @@ -291,7 +291,7 @@
  • @@ -332,7 +332,7 @@
  • @@ -359,7 +359,7 @@

    Returns string

    @@ -376,7 +376,7 @@
  • Parameters

    diff --git a/docs/classes/_error_model_.naiveerror.html b/docs/classes/_error_model_.naiveerror.html index 0d7d55d..feca681 100644 --- a/docs/classes/_error_model_.naiveerror.html +++ b/docs/classes/_error_model_.naiveerror.html @@ -117,7 +117,7 @@
  • Parameters

    @@ -139,7 +139,7 @@ diff --git a/docs/enums/_error_model_.naiveerrorcode.html b/docs/enums/_error_model_.naiveerrorcode.html index 05f5879..fb1c051 100644 --- a/docs/enums/_error_model_.naiveerrorcode.html +++ b/docs/enums/_error_model_.naiveerrorcode.html @@ -91,7 +91,7 @@
    OUT_OF_SPACE:
    @@ -101,7 +101,7 @@
    UNCAUGHT: = 0
    diff --git a/docs/interfaces/_context_model_.context.html b/docs/interfaces/_context_model_.context.html index f48d8bc..d72aa8a 100644 --- a/docs/interfaces/_context_model_.context.html +++ b/docs/interfaces/_context_model_.context.html @@ -100,7 +100,7 @@
    cachePath: string
    @@ -110,7 +110,7 @@
    logger: function
    @@ -141,7 +141,7 @@
    maxDbSizeMB: number
    diff --git a/docs/interfaces/_database_model_.databaseinterface.html b/docs/interfaces/_database_model_.databaseinterface.html index 5d571e7..031c8ab 100644 --- a/docs/interfaces/_database_model_.databaseinterface.html +++ b/docs/interfaces/_database_model_.databaseinterface.html @@ -113,7 +113,7 @@
  • @@ -135,7 +135,7 @@
  • @@ -161,7 +161,7 @@
  • @@ -192,7 +192,7 @@
  • @@ -220,7 +220,7 @@
  • @@ -242,7 +242,7 @@
  • diff --git a/docs/modules/_database_.html b/docs/modules/_database_.html index 7c81c91..5b0ed26 100644 --- a/docs/modules/_database_.html +++ b/docs/modules/_database_.html @@ -107,7 +107,7 @@
    read: __promisify__ = promisify(readFile)
    @@ -117,7 +117,7 @@
    write: __promisify__ = promisify(writeFile)
    @@ -134,9 +134,14 @@
  • +
    +
    +

    Identify if a path is a root node

    +
    +

    Parameters