(t *testing.T)
| 236 | } |
| 237 | |
| 238 | func TestSimpleStore(t *testing.T) { |
| 239 | testSimpleStore(t, false) |
| 240 | } |
| 241 | |
| 242 | func TestSimpleStoreSync(t *testing.T) { |
| 243 | testSimpleStore(t, true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…