MCPcopy Create free account
hub / github.com/google/gapid / finalize

Method finalize

core/codegen/debug.go:76–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76func (d *dbg) finalize() {
77 if d != nil && d.llvm != nil {
78 d.llvm.Finalize()
79 }
80}
81
82// file returns a debug scope for the given file path.
83func (d *dbg) file(path string) file {

Callers 2

ExecutorMethod · 0.80
VerifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected