MCPcopy
hub / github.com/liamg/darktile / RuneMatcher

FuncType RuneMatcher

internal/app/darktile/termutil/selection.go:59–59  ·  view source on GitHub ↗
func(r rune) bool

Source from the content-addressed store, hash-verified

57}
58
59type RuneMatcher func(r rune) bool
60
61func (buffer *Buffer) SelectWordAt(pos Position, runeMatcher RuneMatcher) {
62 start, end, _, _, found := buffer.FindWordAt(pos, runeMatcher)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected