johnsonjh/jleveldb

View on GitHub
leveldb/table/writer.go

Summary

Maintainability
A
45 mins
Test Coverage

Method Writer.Close has 7 return statements (exceeds 4 allowed).
Open

func (w *Writer) Close() error {
    if w.err != nil {
        return w.err
    }

Severity: Major
Found in leveldb/table/writer.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status