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

Method Contains

tableviewcolumnlist.go:66–68  ·  view source on GitHub ↗

Contains returns whether the specified TableViewColumn is found in the list.

(item *TableViewColumn)

Source from the content-addressed store, hash-verified

64
65// Contains returns whether the specified TableViewColumn is found in the list.
66func (l *TableViewColumnList) Contains(item *TableViewColumn) bool {
67 return l.Index(item) > -1
68}
69
70// Insert inserts TableViewColumn item at position index.
71//

Callers

nothing calls this directly

Calls 1

IndexMethod · 0.95

Tested by

no test coverage detected