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

Function assertContainerEqual

integration_tests/idl_tests/javascript/roundtrip.ts:718–720  ·  view source on GitHub ↗
(expected: Container, actual: unknown)

Source from the content-addressed store, hash-verified

716}
717
718function assertContainerEqual(expected: Container, actual: unknown): void {
719 assertAcyclicEqual("complex_fbs container", expected, actual);
720}
721
722function assertOptionalHolderEqual(
723 expected: OptionalHolder,

Callers

nothing calls this directly

Calls 1

assertAcyclicEqualFunction · 0.85

Tested by

no test coverage detected