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

Struct type_path

decl.go:528–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528type type_path struct {
529 pkg string
530 name string
531}
532
533func (tp *type_path) is_nil() bool {
534 return tp.pkg == "" && tp.name == ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected