MCPcopy Create free account
hub / github.com/maruel/panicparse / cacheAST

Struct cacheAST

stack/source.go:25–28  ·  view source on GitHub ↗

Private stuff. cacheAST is a cache of parsed Go sources.

Source from the content-addressed store, hash-verified

23
24// cacheAST is a cache of parsed Go sources.
25type cacheAST struct {
26 files map[string][]byte
27 parsed map[string]*parsedFile
28}
29
30// augmentGoroutine processes source files to improve call to be more
31// descriptive.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected