MCPcopy Create free account
hub / github.com/andlabs/ui / Free

Method Free

tablemodel.go:197–201  ·  view source on GitHub ↗

Free frees m. It is an error to Free any models associated with a Table.

()

Source from the content-addressed store, hash-verified

195// Free frees m. It is an error to Free any models associated with a
196// Table.
197func (m *TableModel) Free() {
198 delete(models, m.m)
199 delete(modelhandlers, m.m)
200 C.uiFreeTableModel(m.m)
201}
202
203// RowInserted tells any Tables associated with m that a new row
204// has been added to m at index index. You call this method when

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected