MCPcopy
hub / github.com/larksuite/cli / FailOpen

Method FailOpen

extension/platform/builder.go:72–75  ·  view source on GitHub ↗

FailOpen sets Capabilities.FailurePolicy = FailOpen. Default when neither FailOpen nor FailClosed is called and Restrict is not used.

()

Source from the content-addressed store, hash-verified

70// FailOpen sets Capabilities.FailurePolicy = FailOpen. Default when
71// neither FailOpen nor FailClosed is called and Restrict is not used.
72func (b *Builder) FailOpen() *Builder {
73 b.caps.FailurePolicy = FailOpen
74 return b
75}
76
77// FailClosed sets Capabilities.FailurePolicy = FailClosed. Implicit
78// when Restrict() is called.

Callers 6

ExampleNewPlugin_wrapperFunction · 0.80
initFunction · 0.80

Calls

no outgoing calls