Home
last modified time | relevance | path

Searched refs:IsOneshot (Results 1 – 5 of 5) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/libkb/
H A Duserconfig.go46 func (u UserConfig) IsOneshot() bool { return u.isOneshot } func
H A Dglobals.go1561 func (g *GlobalContext) IsOneshot(ctx context.Context) (bool, error) { func
1571 return uc.IsOneshot(), nil
H A Dconfig.go363 if u.IsOneshot() {
/dports/security/keybase/client-v5.7.1/go/ephemeral/
H A Derrors.go130 if isOneshot, err := mctx.G().IsOneshot(mctx.Ctx()); err != nil {
H A Dlib.go1192 if isOneshot, err := mctx.G().IsOneshot(mctx.Ctx()); err != nil {