MCPcopy Create free account
hub / github.com/apache/fory / isCompatible

Method isCompatible

javascript/packages/core/lib/context.ts:572–574  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

570 }
571
572 isCompatible() {
573 return this.typeResolver.isCompatible();
574 }
575
576 incReadDepth() {
577 this._depth++;

Callers 13

isCompatibleMethod · 0.45
detectSerializerMethod · 0.45
writeTypeInfoMethod · 0.45
readTypeInfoMethod · 0.45
writeMethod · 0.45
readMethod · 0.45
readTypeInfoThenMethod · 0.45
readEmbedMethod · 0.45
writeTypeInfoMethod · 0.45
readTypeInfoMethod · 0.45
writeTypeInfoMethod · 0.45
readTypeInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected