MCPcopy Create free account
hub / github.com/Effect-TS/tsgo / GetLayerGraphFollowDepth

Method GetLayerGraphFollowDepth

etscore/options.go:282–287  ·  view source on GitHub ↗

GetLayerGraphFollowDepth returns the configured layer graph follow depth, or 0 if not set.

()

Source from the content-addressed store, hash-verified

280
281// GetLayerGraphFollowDepth returns the configured layer graph follow depth, or 0 if not set.
282func (e *EffectPluginOptions) GetLayerGraphFollowDepth() int {
283 if e != nil && e.LayerGraphFollowDepth > 0 {
284 return e.LayerGraphFollowDepth
285 }
286 return 0
287}
288
289// GetAllowedDuplicatedPackages returns the list of package names allowed to
290// have multiple versions, or nil if none are configured.

Callers 3

formatLayerHoverFunction · 0.80

Calls

no outgoing calls

Tested by 1