MCPcopy
hub / github.com/superplanehq/superplane / Name

Method Name

pkg/registry/trigger.go:27–29  ·  view source on GitHub ↗

* * Non-panicking methods. * These are mostly definition methods, so they won't panic. */

()

Source from the content-addressed store, hash-verified

25 * These are mostly definition methods, so they won't panic.
26 */
27func (s *PanicableTrigger) Name() string {
28 return s.underlying.Name()
29}
30
31func (s *PanicableTrigger) Label() string {
32 return s.underlying.Label()

Callers

nothing calls this directly

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected