Searched refs:loadDB (Results 1 – 1 of 1) sorted by relevance
61 st.Corpus, st.corpusSeq = loadDB(filepath.Join(st.dir, "corpus.db"), "corpus")62 st.Repros, st.reproSeq = loadDB(filepath.Join(st.dir, "repro.db"), "repro")83 func loadDB(file, name string) (*db.DB, uint64) { func