MCPcopy Create free account
hub / github.com/codnect/procyon / Conditions

Method Conditions

component/component.go:61–63  ·  view source on GitHub ↗

Conditions returns the component's condition list.

()

Source from the content-addressed store, hash-verified

59
60// Conditions returns the component's condition list.
61func (c *Component) Conditions() []Condition {
62 return slices.Clone(c.conditions)
63}
64
65// Registration lets you configure the registered component.
66type Registration struct {

Callers 3

TestRegisterFunction · 0.80
TestListFunction · 0.80
LoadMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestRegisterFunction · 0.64
TestListFunction · 0.64