MCPcopy
hub / github.com/golang/tools / skipIfNoParseCache

Function skipIfNoParseCache

gopls/internal/cache/parse_cache_test.go:20–24  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

18)
19
20func skipIfNoParseCache(t *testing.T) {
21 if bits.UintSize == 32 {
22 t.Skip("the parse cache is not supported on 32-bit systems")
23 }
24}
25
26func TestParseCache(t *testing.T) {
27 skipIfNoParseCache(t)

Callers 5

TestParseCacheFunction · 0.85
TestParseCache_ReparsingFunction · 0.85

Calls 1

SkipMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…