MCPcopy Index your code
hub / github.com/google/go-github / TestRun

Function TestRun

tools/sliceofpointers/sliceofpointers_test.go:14–20  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

12)
13
14func TestRun(t *testing.T) {
15 t.Parallel()
16 testdata := analysistest.TestData()
17 plugin, _ := New(nil)
18 analyzers, _ := plugin.BuildAnalyzers()
19 analysistest.Run(t, testdata, analyzers[0], "has-warnings", "no-warnings")
20}

Callers

nothing calls this directly

Calls 3

NewFunction · 0.70
BuildAnalyzersMethod · 0.45
RunMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…