Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DBCDK/morph
/ RunFinalizers
Function
RunFinalizers
utils/finalizer.go:30–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
RunFinalizers() {
31
for
_, f :=
range
finalizers {
32
f.Run()
33
}
34
}
35
36
func
AddFinalizer(f FinalizerFunc) {
37
finalizers = append(finalizers, &finalizer{
Callers
2
main
Function · 0.92
Exit
Function · 0.85
Calls
1
Run
Method · 0.65
Tested by
no test coverage detected