Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ error
Function
error
lib/lua/src/lundump.c:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
40
static l_noret error (LoadState *S, const char *why) {
41
luaO_pushfstring(S->L,
"%s: bad binary format (%s)"
, S->name, why);
42
luaD_throw(S->L, LUA_ERRSYNTAX);
43
}
44
45
46
/*
Callers
15
loadBlock
Function · 0.70
loadByte
Function · 0.70
loadUnsigned
Function · 0.70
loadString
Function · 0.70
checkliteral
Function · 0.70
fchecksize
Function · 0.70
checkHeader
Function · 0.70
onConnect
Method · 0.50
getLengthFromTextField
Method · 0.50
onSendOutputReport
Method · 0.50
onSendFeatureReport
Method · 0.50
onGetFeatureReport
Method · 0.50
Calls
2
luaO_pushfstring
Function · 0.85
luaD_throw
Function · 0.85
Tested by
5
onConnect
Method · 0.40
getLengthFromTextField
Method · 0.40
onSendOutputReport
Method · 0.40
onSendFeatureReport
Method · 0.40
onGetFeatureReport
Method · 0.40