API index

Every documented primitive, grouped by namespace page - 19 primitives. Generated from the same source comments that build the rest of this site.

Backends

PrimitiveSinceStatus
new DiskBackend(opts) -> DiskBackend0.1.1stable
new MemoryBackend() -> MemoryBackend0.1.0stable

Backend conformance

PrimitiveSinceStatus
runBackendConformance(factory, options) -> void0.1.16stable

Stash

PrimitiveSinceStatus
new Stash(opts) -> Stash0.1.0stable
stash.push(source, opts) -> Promise<string>0.1.0stable
stash.apply(ref) -> Promise<Readable>0.1.0stable
stash.pop(ref) -> Promise<Readable>0.1.7stable
stash.store(entry, source) -> Promise<boolean>0.1.9stable
stash.show(ref) -> Promise<Entry>0.1.0stable
stash.has(ref) -> Promise<boolean>0.1.8stable
stash.stats() -> Promise<{ entries, bytes, claimed }>0.1.8stable
stash.tombstones() -> Promise<Tombstone[]>0.1.9stable
stash.verify(opts?) -> Promise<Report>0.1.8stable
stash.list(opts) -> Promise<Entry[]>0.1.0stable
stash.reconcilable() -> Promise<{ entries: Entry[], corrupt: string[] }>0.1.15stable
stash.drop(ref) -> Promise<boolean>0.1.0stable
stash.clear() -> Promise<number>0.1.0stable
stash.prune() -> Promise<number>0.1.5stable
stash.close() -> Promise<void>0.1.5stable