MCPcopy
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
44func ReportError(id string, context ...interface{}) *TableError {
45
46 panic(&TableError{
47 ID: id,
48 context: context,
49 })
50}

Callers 14

transposeKVtoDataFunction · 0.92
checkHeaderTypesFunction · 0.92
resolveHeaderFieldsFunction · 0.92
ParseRowFunction · 0.92
createOutputTableFunction · 0.92
LoadTypeTableFunction · 0.92
checkEnumFieldValueFunction · 0.92
checkDataTypeFunction · 0.92
checkRepeatFunction · 0.92
PreCheckFunction · 0.92
typeTable_CheckFieldFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected