Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
func
(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.
83
func
(d *dbg) file(path string) file {
Callers
2
Executor
Method · 0.80
Verify
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected