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

Method parse_export

package.go:12–12  ·  view source on GitHub ↗
(callback func(pkg string, decl ast.Decl))

Source from the content-addressed store, hash-verified

10
11type package_parser interface {
12 parse_export(callback func(pkg string, decl ast.Decl))
13}
14
15//-------------------------------------------------------------------------

Callers 1

process_package_dataMethod · 0.95

Implementers 3

gc_parserpackage_text.go
gc_ibin_parserpackage_ibin.go
gc_bin_parserpackage_bin.go

Calls

no outgoing calls

Tested by

no test coverage detected