MCPcopy Create free account
hub / github.com/nsf/gocode / record

Method record

package_bin.go:317–319  ·  view source on GitHub ↗
(t ast.Expr)

Source from the content-addressed store, hash-verified

315}
316
317func (p *gc_bin_parser) record(t ast.Expr) {
318 p.typList = append(p.typList, t)
319}
320
321// parent is the package which declared the type; parent == nil means
322// the package currently imported. The parent package is needed for

Callers 1

typMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected