Home / Function/ requiredInsertCountAsInserted() — netty Function Reference

requiredInsertCountAsInserted() — netty Function Reference

Architecture documentation for the requiredInsertCountAsInserted() function in QpackDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  0d41f851_2b4a_4925_0218_9800a45c4576["requiredInsertCountAsInserted()"]
  306cb9ff_c699_c029_57de_27fe788cc819["QpackDecoderTest"]
  0d41f851_2b4a_4925_0218_9800a45c4576 -->|defined in| 306cb9ff_c699_c029_57de_27fe788cc819
  26498b22_5caf_40c2_1f0f_1adf07905522["setup()"]
  0d41f851_2b4a_4925_0218_9800a45c4576 -->|calls| 26498b22_5caf_40c2_1f0f_1adf07905522
  cc508620_cb23_3737_9a3d_66fd1ac40163["insertLiterals()"]
  0d41f851_2b4a_4925_0218_9800a45c4576 -->|calls| cc508620_cb23_3737_9a3d_66fd1ac40163
  5f4bad20_3700_e8bf_8781_1537837047a7["encodeDecodeVerifyRequiredInsertCount()"]
  0d41f851_2b4a_4925_0218_9800a45c4576 -->|calls| 5f4bad20_3700_e8bf_8781_1537837047a7
  style 0d41f851_2b4a_4925_0218_9800a45c4576 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/QpackDecoderTest.java lines 60–67

    @ParameterizedTest(name = "capacity: {0}, inserts: {1}")
    @MethodSource("data")
    public void requiredInsertCountAsInserted(int capacity, int insertionCount) throws Exception {
        setup(capacity);

        insertLiterals(insertionCount);
        encodeDecodeVerifyRequiredInsertCount(inserted);
    }

Domain

Subdomains

Frequently Asked Questions

What does requiredInsertCountAsInserted() do?
requiredInsertCountAsInserted() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackDecoderTest.java.
Where is requiredInsertCountAsInserted() defined?
requiredInsertCountAsInserted() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackDecoderTest.java at line 60.
What does requiredInsertCountAsInserted() call?
requiredInsertCountAsInserted() calls 3 function(s): encodeDecodeVerifyRequiredInsertCount, insertLiterals, setup.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free