MCPcopy 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
30func RunFinalizers() {
31 for _, f := range finalizers {
32 f.Run()
33 }
34}
35
36func AddFinalizer(f FinalizerFunc) {
37 finalizers = append(finalizers, &finalizer{

Callers 2

mainFunction · 0.92
ExitFunction · 0.85

Calls 1

RunMethod · 0.65

Tested by

no test coverage detected