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

Method GetDebugEnabled

etscore/options.go:224–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222}
223
224func (e *EffectPluginOptions) GetDebugEnabled() bool {
225 if e == nil {
226 return false
227 }
228 return e.Debug
229}
230
231// GetIncludeSuggestionsInTsc returns whether suggestion diagnostics should appear in tsc output.
232// Returns true (include suggestions) when the receiver is nil.

Calls

no outgoing calls