(name string, paths []string, fileData map[string]string)
| 133 | } |
| 134 | |
| 135 | func buildIndex(name string, paths []string, fileData map[string]string) { |
| 136 | buildFlushIndex(name, paths, false, fileData) |
| 137 | } |
| 138 | |
| 139 | func testTrivialWrite(t *testing.T, doFlush bool) { |
| 140 | f, _ := ioutil.TempFile("", "index-test") |
no test coverage detected
searching dependent graphs…