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

Method IsBound

internal/ast/ast.go:2749–2751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2747}
2748
2749func (node *SourceFile) IsBound() bool {
2750 return node.isBound.Load()
2751}
2752
2753// GetPositionMap returns the PositionMap for this source file, computing it lazily.
2754func (file *SourceFile) GetPositionMap() *PositionMap {

Callers 3

BindSourceFilesMethod · 0.80
BindSourceFilesMethod · 0.80
BindSourceFileFunction · 0.80

Calls 1

LoadMethod · 0.45

Tested by 1

BindSourceFilesMethod · 0.64