Home / Function/ checkCommonSuffix() — netty Function Reference

checkCommonSuffix() — netty Function Reference

Architecture documentation for the checkCommonSuffix() function in StringUtilTest.java from the netty codebase.

Function java Buffer Telemetry calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  9bbfa760_1f83_961f_9f89_72fc98c13fd0["checkCommonSuffix()"]
  8a8ff062_3462_cc50_2d54_f42c40f72bfa["StringUtilTest"]
  9bbfa760_1f83_961f_9f89_72fc98c13fd0 -->|defined in| 8a8ff062_3462_cc50_2d54_f42c40f72bfa
  128c83a4_9654_888e_9429_32db2c9d38bc["commonSuffixOfLengthTest()"]
  128c83a4_9654_888e_9429_32db2c9d38bc -->|calls| 9bbfa760_1f83_961f_9f89_72fc98c13fd0
  4915f9e7_b8b7_1337_f38f_57f2ed7f7fc6["checkCommonSuffixSymmetric()"]
  9bbfa760_1f83_961f_9f89_72fc98c13fd0 -->|calls| 4915f9e7_b8b7_1337_f38f_57f2ed7f7fc6
  style 9bbfa760_1f83_961f_9f89_72fc98c13fd0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/internal/StringUtilTest.java lines 152–154

    private static void checkCommonSuffix(String s, String p, int len) {
        assertTrue(checkCommonSuffixSymmetric(s, p, len));
    }

Domain

Subdomains

Frequently Asked Questions

What does checkCommonSuffix() do?
checkCommonSuffix() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/internal/StringUtilTest.java.
Where is checkCommonSuffix() defined?
checkCommonSuffix() is defined in common/src/test/java/io/netty/util/internal/StringUtilTest.java at line 152.
What does checkCommonSuffix() call?
checkCommonSuffix() calls 1 function(s): checkCommonSuffixSymmetric.
What calls checkCommonSuffix()?
checkCommonSuffix() is called by 1 function(s): commonSuffixOfLengthTest.

Analyze Your Own Codebase

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

Try Supermodel Free