MCPcopy Create free account
hub / github.com/lxn/walk / Value

Method Value

reflectmodels.go:208–210  ·  view source on GitHub ↗
(row, col int)

Source from the content-addressed store, hash-verified

206}
207
208func (m *reflectTableModel) Value(row, col int) interface{} {
209 return valueFromSlice(m.dataSource, m.value, m.dataMembers[col], row)
210}
211
212func (m *reflectTableModel) Checked(row int) bool {
213 if m.value.Index(row).IsNil() {

Callers 2

newReflectTableModelFunction · 0.95
LessMethod · 0.95

Calls 1

valueFromSliceFunction · 0.85

Tested by

no test coverage detected