MCPcopy Create free account
hub / github.com/Effect-TS/tsgo / GetRefactorsEnabled

Method GetRefactorsEnabled

etscore/options.go:203–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201}
202
203func (e *EffectPluginOptions) GetRefactorsEnabled() bool {
204 if e == nil {
205 return true
206 }
207 return e.Refactors
208}
209
210func (e *EffectPluginOptions) GetQuickinfoEnabled() bool {
211 if e == nil {

Callers 1

getEffectRefactorActionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected