MCPcopy Create free account
hub / github.com/Hidden-Node/GooseRelayVPN-AndroidClient / buildScriptURL

Function buildScriptURL

internal/config/client.go:151–153  ·  view source on GitHub ↗
(deploymentID string)

Source from the content-addressed store, hash-verified

149}
150
151func buildScriptURL(deploymentID string) string {
152 return fmt.Sprintf("https://script.google.com/macros/s/%s/exec", deploymentID)
153}
154
155func dedupeStrings(values []string) []string {
156 seen := make(map[string]struct{}, len(values))

Callers 1

LoadClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected