MCPcopy Index your code
hub / github.com/boyter/scc / TestLoadLanguageFeature

Function TestLoadLanguageFeature

processor/processor_test.go:49–57  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

47}
48
49func TestLoadLanguageFeature(t *testing.T) {
50 isLazy = true
51 LoadLanguageFeature("Go")
52 _, ok := LanguageFeatures["Go"]
53
54 if !ok {
55 t.Error("Language should have been loaded")
56 }
57}
58
59func TestLoadLanguageFeatureNew(t *testing.T) {
60 isLazy = true

Callers

nothing calls this directly

Calls 1

LoadLanguageFeatureFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…