MCPcopy Index your code
hub / github.com/google/codesearch / TestTrivialWrite

Function TestTrivialWrite

index/write_test.go:159–161  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

157}
158
159func TestTrivialWrite(t *testing.T) {
160 testTrivialWrite(t, false)
161}
162
163func TestTrivialWriteDisk(t *testing.T) {
164 testTrivialWrite(t, true)

Callers

nothing calls this directly

Calls 1

testTrivialWriteFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…