MCPcopy
hub / github.com/TomWright/dasel / WithUnstable

Function WithUnstable

execution/options.go:45–49  ·  view source on GitHub ↗

WithUnstable allows access to potentially unstable features.

()

Source from the content-addressed store, hash-verified

43
44// WithUnstable allows access to potentially unstable features.
45func WithUnstable() ExecuteOptionFn {
46 return func(o *Options) {
47 o.Unstable = true
48 }
49}
50
51// WithoutUnstable disallows access to potentially unstable features.
52func WithoutUnstable() ExecuteOptionFn {

Callers 5

ExampleSelectFunction · 0.92
runFunction · 0.92
TestOptionsFunction · 0.92
TestBranchFunction · 0.92
TestAssignVariableFunction · 0.92

Calls

no outgoing calls

Tested by 4

ExampleSelectFunction · 0.74
TestOptionsFunction · 0.74
TestBranchFunction · 0.74
TestAssignVariableFunction · 0.74