Home / Function/ is_x86_64() — netty Function Reference

is_x86_64() — netty Function Reference

Architecture documentation for the is_x86_64() function in NativeLibraryLoaderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  f418a68b_cdf4_fc70_3f33_f5c02cb0635e["is_x86_64()"]
  9022161d_835d_6545_8d58_577531ba9962["NativeLibraryLoaderTest"]
  f418a68b_cdf4_fc70_3f33_f5c02cb0635e -->|defined in| 9022161d_835d_6545_8d58_577531ba9962
  style f418a68b_cdf4_fc70_3f33_f5c02cb0635e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/internal/NativeLibraryLoaderTest.java lines 38–40

    private boolean is_x86_64() {
        return "x86_64".equals(OS_ARCH) || "amd64".equals(OS_ARCH);
    }

Domain

Subdomains

Frequently Asked Questions

What does is_x86_64() do?
is_x86_64() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/internal/NativeLibraryLoaderTest.java.
Where is is_x86_64() defined?
is_x86_64() is defined in common/src/test/java/io/netty/util/internal/NativeLibraryLoaderTest.java at line 38.

Analyze Your Own Codebase

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

Try Supermodel Free