MCPcopy
hub / github.com/github/gh-ost / OnRowCountComplete

Method OnRowCountComplete

go/logic/hooks.go:64–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func (c CompositeHooks) OnRowCountComplete() error {
65 for _, h := range c {
66 if h == nil {
67 continue
68 }
69 if err := h.OnRowCountComplete(); err != nil {
70 return err
71 }
72 }
73 return nil
74}
75
76func (c CompositeHooks) OnBeforeRowCopy() error {
77 for _, h := range c {

Callers

nothing calls this directly

Calls 1

OnRowCountCompleteMethod · 0.65

Tested by

no test coverage detected