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

Interface package_parser

package.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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