MCPcopy
hub / github.com/kopia/kopia / Bool

Function Bool

internal/contentlog/logparam/logparam.go:39–39  ·  view source on GitHub ↗

Bool creates a bool parameter. nolint:revive

(key string, value bool)

Source from the content-addressed store, hash-verified

37//
38//nolint:revive
39func Bool(key string, value bool) boolParam { return boolParam{Key: key, Value: value} }
40
41// Time creates a time parameter.
42//

Callers 11

TestLog1Function · 0.92
TestLog3Function · 0.92
TestLog4Function · 0.92
TestLog5Function · 0.92
TestLog6Function · 0.92
TestLoggerMultipleLogsFunction · 0.92
RewriteContentsFunction · 0.92
CompactIndexesMethod · 0.92
TestBoolFunction · 0.85

Calls

no outgoing calls

Tested by 8

TestLog1Function · 0.74
TestLog3Function · 0.74
TestLog4Function · 0.74
TestLog5Function · 0.74
TestLog6Function · 0.74
TestLoggerMultipleLogsFunction · 0.74
TestBoolFunction · 0.68