Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
"sort"
4
5
type
GlobalChecker
interface
{
6
CheckValueRepeat(fd *FieldDescriptor, value string) bool
7
8
GlobalFileDesc() *FileDescriptor
9
}
10
11
type
FieldValue
struct
{
12
FieldDef *FieldDescriptor
Callers
2
dataProcessor
Function · 0.65
dataProcessor
Function · 0.65
Implementers
1
File
v2/file.go
Calls
no outgoing calls
Tested by
no test coverage detected