MCPcopy Index your code
hub / github.com/lxn/walk / RowsInserted

Method RowsInserted

models.go:152–152  ·  view source on GitHub ↗

RowsInserted returns the event that the model should publish when a contiguous range of items was inserted. If the model supports sorting, it is assumed to be sorted before the model publishes the event.

()

Source from the content-addressed store, hash-verified

150 // contiguous range of items was inserted. If the model supports sorting, it
151 // is assumed to be sorted before the model publishes the event.
152 RowsInserted() *IntRangeEvent
153
154 // RowsRemoved returns the event that the model should publish when a
155 // contiguous range of items was removed.

Callers 3

attachModelMethod · 0.65
detachModelMethod · 0.65
newReflectTableModelFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected