Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/davyxu/tabtoy
/ ReportError
Function
ReportError
v3/report/error.go:44–50 ·
view source on GitHub ↗
(id string, context ...interface{})
Source
from the content-addressed store, hash-verified
42
}
43
44
func
ReportError(id string, context ...
interface
{}) *TableError {
45
46
panic(&TableError{
47
ID: id,
48
context: context,
49
})
50
}
Callers
14
transposeKVtoData
Function · 0.92
checkHeaderTypes
Function · 0.92
resolveHeaderFields
Function · 0.92
ParseRow
Function · 0.92
createOutputTable
Function · 0.92
LoadTypeTable
Function · 0.92
checkEnumFieldValue
Function · 0.92
checkDataType
Function · 0.92
checkRepeat
Function · 0.92
PreCheck
Function · 0.92
typeTable_CheckField
Function · 0.92
typeTable_CheckEnumValueEmpty
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected