Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ isCompatible
Method
isCompatible
javascript/packages/core/lib/context.ts:370–372 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
368
}
369
370
isCompatible() {
371
return
this.typeResolver.isCompatible();
372
}
373
374
writeRef(object: any) {
375
this.refWriter.writeRef(object);
Callers
nothing calls this directly
Calls
1
isCompatible
Method · 0.45
Tested by
no test coverage detected