Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/gh-aw
/ variableEndpoint
Method
variableEndpoint
pkg/cli/env_command.go:489–491 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
487
}
488
489
func
(t defaultsTarget) variableEndpoint(name string) string {
490
return
fmt.Sprintf(
"%s/%s"
, t.variablesEndpoint(), url.PathEscape(name))
491
}
492
493
func
(t defaultsTarget) displayName() string {
494
switch
t.scope {
Callers
4
TestDefaultsTargetEndpoints
Function · 0.95
fetchDefaultsVariable
Function · 0.80
upsertDefaultsVariable
Function · 0.80
deleteDefaultsVariable
Function · 0.80
Calls
1
variablesEndpoint
Method · 0.95
Tested by
1
TestDefaultsTargetEndpoints
Function · 0.76