MCPcopy Index your code
hub / github.com/codechenx/FastTableViewer / setColType

Method setColType

buffer.go:467–469  ·  view source on GitHub ↗

set ith column data type

(i int, t int)

Source from the content-addressed store, hash-verified

465
466// set ith column data type
467func (b *Buffer) setColType(i int, t int) {
468 b.colType[i] = t
469}
470
471// get ith column data type
472func (b *Buffer) getColType(i int) int {

Callers 5

detectAllColumnTypesMethod · 0.95
TestSortByDateFunction · 0.80
drawUIFunction · 0.80

Calls

no outgoing calls

Tested by 3

TestSortByDateFunction · 0.64