MCPcopy Create free account
hub / github.com/devopsfaith/api2html / dummyScanner

TypeAlias dummyScanner

generator/render_test.go:99–99  ·  view source on GitHub ↗

func TestRender(t *testing.T) { dir, err := ioutil.TempDir("test", "render_output") if err != nil { log.Fatal(err) } defer os.RemoveAll(dir) // clean up render := NewRender(dir, regexp.MustCompile("ignore")) tmpfn := filepath.Join(dir, "tmpfile") if err := ioutil.WriteFile(tmpfn, content, 0

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected