MCPcopy Create free account
hub / github.com/ChainSafe/ChainGuardian / ILevelDBOptions

Interface ILevelDBOptions

src/main/db/controller/impl/level.ts:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13import pushable, {Pushable} from "it-pushable";
14
15export interface ILevelDBOptions {
16 db?: LevelUp;
17 location: string;
18}
19
20/**
21 * The LevelDB implementation of DB

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected