MCPcopy Create free account
hub / github.com/openclaw/gogcli / shouldUseKeyringTimeout

Function shouldUseKeyringTimeout

internal/secrets/backend.go:203–205  ·  view source on GitHub ↗
(goos string, backendInfo KeyringBackendInfo, dbusAddr string)

Source from the content-addressed store, hash-verified

201}
202
203func shouldUseKeyringTimeout(goos string, backendInfo KeyringBackendInfo, dbusAddr string) bool {
204 return goos == goosLinux && backendInfo.Value == keyringBackendAuto && dbusAddr != ""
205}
206
207func shouldUseKeyringOperationTimeout(goos string, backendInfo KeyringBackendInfo, dbusAddr string) bool {
208 if goos == goosDarwin {

Callers 2

TestKeyringDbusGuardsFunction · 0.85
openKeyringWithOptionsFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestKeyringDbusGuardsFunction · 0.68