Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ unexpectedEOF
Function
unexpectedEOF
json/codec.go:997–999 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
995
}
996
997
func
unexpectedEOF(b []byte) error {
998
return
syntaxError(b,
"unexpected end of JSON input"
)
999
}
1000
1001
var
syntaxErrorMsgOffset = ^uintptr(0)
1002
Callers
9
objectKeyError
Function · 0.85
parseNull
Method · 0.85
parseTrue
Method · 0.85
parseFalse
Method · 0.85
parseNumber
Method · 0.85
parseString
Method · 0.85
parseObject
Method · 0.85
parseArray
Method · 0.85
inputError
Method · 0.85
Calls
1
syntaxError
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…