MCPcopy
hub / github.com/davyxu/tabtoy / GlobalChecker

Interface GlobalChecker

v2/model/datamodel.go:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "sort"
4
5type GlobalChecker interface {
6 CheckValueRepeat(fd *FieldDescriptor, value string) bool
7
8 GlobalFileDesc() *FileDescriptor
9}
10
11type FieldValue struct {
12 FieldDef *FieldDescriptor

Callers 2

dataProcessorFunction · 0.65
dataProcessorFunction · 0.65

Implementers 1

Filev2/file.go

Calls

no outgoing calls

Tested by

no test coverage detected