MCPcopy Create free account
hub / github.com/chromedp/examples / ex

Struct ex

gen.go:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 type ex struct {
50 name, desc string
51 }
52 var examples []ex
53 for _, fn := range files {
54 f, err := parser.ParseFile(token.NewFileSet(), fn, nil, parser.ParseComments)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected