Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ shouldSkipCompatibleRead
Function
shouldSkipCompatibleRead
javascript/packages/core/lib/compatible/field.ts:29–31 ·
view source on GitHub ↗
(typeInfo: TypeInfo)
Source
from the content-addressed store, hash-verified
27
}
28
29
export
function
shouldSkipCompatibleRead(typeInfo: TypeInfo): boolean {
30
return
skipReadActions.has(typeInfo);
31
}
Callers
4
readField
Method · 0.90
read
Method · 0.90
readDirectNumericObject
Method · 0.90
readDirectVarInt32Object
Method · 0.90
Calls
1
has
Method · 0.80
Tested by
no test coverage detected