We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f05c6e commit 1e63677Copy full SHA for 1e63677
coordinator/internal/utils/prover_name.go
@@ -2,6 +2,8 @@ package utils
2
3
import "strings"
4
5
+// IsExternalProverNameMatch checks if the local and remote external prover names belong to the same provider.
6
+// It returns true if they do, otherwise false.
7
func IsExternalProverNameMatch(localName, remoteName string) bool {
8
local := strings.Split(localName, "_")
9
remote := strings.Split(remoteName, "_")
0 commit comments