Documentation
¶
Overview ¶
Package cfginternal exposes internals of go/cfg. It cannot actually depend on symbols from go/cfg.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IsNoReturn = func(cfg any) bool { panic("golang.org/x/tools/go/cfg not linked into application") }
IsNoReturn exposes (*cfg.CFG).noReturn to the ctrlflow analyzer. TODO(adonovan): add CFG.NoReturn to the public API.
You must link golang.org/x/tools/go/cfg into your application for this function to be non-nil.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.