Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git-bug/git-bug
/ WithMeta
Function
WithMeta
bridge/core/auth/options.go:54–61 ·
view source on GitHub ↗
(key string, val string)
Source
from the content-addressed store, hash-verified
52
}
53
54
func
WithMeta(key string, val string) ListOption {
55
return
func
(opts *listOptions) {
56
if
opts.meta == nil {
57
opts.meta = make(
map
[string]string)
58
}
59
opts.meta[key] = val
60
}
61
}
Callers
9
Init
Method · 0.92
promptTokenOptions
Function · 0.92
cacheAllClient
Method · 0.92
Init
Method · 0.92
promptTokenOptions
Function · 0.92
cacheAllClient
Method · 0.92
Init
Method · 0.92
promptCredOptions
Function · 0.92
TestCredential
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestCredential
Function · 0.68