MCPcopy 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
29export function shouldSkipCompatibleRead(typeInfo: TypeInfo): boolean {
30 return skipReadActions.has(typeInfo);
31}

Callers 4

readFieldMethod · 0.90
readMethod · 0.90

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected