Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ getParser
Function
getParser
internal/parser/parser.go:128–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
126
}
127
128
func
getParser() *Parser {
129
return
parserPool.Get().(*Parser)
130
}
131
132
func
putParser(p *Parser) {
133
*p = Parser{scanner: p.scanner, setParentFromContext: p.setParentFromContext}
Callers
3
ParseSourceFile
Function · 0.85
ParseIsolatedEntityName
Function · 0.85
parseJSDocForNode
Function · 0.85
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected