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

Function exampleKey

pkg/lint/examplepayloads/checker.go:1180–1182  ·  view source on GitHub ↗
(kind nodeKind, name string)

Source from the content-addressed store, hash-verified

1178}
1179
1180func exampleKey(kind nodeKind, name string) string {
1181 return string(kind) + ":" + name
1182}
1183
1184func receiverTypeName(expr ast.Expr) string {
1185 switch typed := expr.(type) {

Callers 3

RunFunction · 0.85
loadExamplesFunction · 0.85
collectEmitSpecsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected