MCPcopy Index your code
hub / github.com/microsoft/typescript-go / SingleThreaded

Method SingleThreaded

internal/compiler/program.go:446–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

444}
445
446func (p *Program) SingleThreaded() bool {
447 return p.opts.SingleThreaded.DefaultIfUnknown(p.Options().SingleThreaded).IsTrue()
448}
449
450func (p *Program) BindSourceFiles() {
451 wg := core.NewWorkGroup(p.SingleThreaded())

Callers 11

NewProgramFunction · 0.95
BindSourceFilesMethod · 0.95
EmitMethod · 0.95
createCheckersMethod · 0.80
emitFilesIncrementalMethod · 0.80
collectAllAffectedFilesFunction · 0.80

Calls 3

OptionsMethod · 0.95
IsTrueMethod · 0.80
DefaultIfUnknownMethod · 0.80

Tested by

no test coverage detected