Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateGraph ¶
func ValidateGraph(pc *service.ProjectConfig, c cache.LocalCacheContext, forceLocal bool) error
Types ¶
type SccContext ¶ added in v0.0.4
type SccContext struct { Adj map[string][]string Rev map[string][]string // contains filtered or unexported fields }
func NewSccContext ¶ added in v0.0.4
func NewSccContext() *SccContext
func (*SccContext) FindScc ¶ added in v0.0.4
func (c *SccContext) FindScc() [][]string
Click to show internal directories.
Click to hide internal directories.