Home / Function/ logDim() — react Function Reference

logDim() — react Function Reference

Architecture documentation for the logDim() function in run_devtools_e2e_tests.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  b809d57d_5f1f_3a96_a862_467a299e2033["logDim()"]
  78a11329_415e_c941_dd54_1e297b28e203["run_devtools_e2e_tests.js"]
  b809d57d_5f1f_3a96_a862_467a299e2033 -->|defined in| 78a11329_415e_c941_dd54_1e297b28e203
  19d9ee7b_a1d8_275c_f5ea_2c281b50fe99["buildInlinePackage()"]
  19d9ee7b_a1d8_275c_f5ea_2c281b50fe99 -->|calls| b809d57d_5f1f_3a96_a862_467a299e2033
  42885c2a_96a4_eff2_6f22_422526901e2f["runTestShell()"]
  42885c2a_96a4_eff2_6f22_422526901e2f -->|calls| b809d57d_5f1f_3a96_a862_467a299e2033
  6253ba5c_423a_138c_ef31_f8322f5c5131["format()"]
  b809d57d_5f1f_3a96_a862_467a299e2033 -->|calls| 6253ba5c_423a_138c_ef31_f8322f5c5131
  style b809d57d_5f1f_3a96_a862_467a299e2033 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

scripts/ci/run_devtools_e2e_tests.js lines 36–41

function logDim(loggable) {
  const formatted = format(loggable, 2);
  if (formatted !== '') {
    console.log(`\x1b[2m${formatted}\x1b[0m`);
  }
}

Domain

Subdomains

Calls

Frequently Asked Questions

What does logDim() do?
logDim() is a function in the react codebase, defined in scripts/ci/run_devtools_e2e_tests.js.
Where is logDim() defined?
logDim() is defined in scripts/ci/run_devtools_e2e_tests.js at line 36.
What does logDim() call?
logDim() calls 1 function(s): format.
What calls logDim()?
logDim() is called by 2 function(s): buildInlinePackage, runTestShell.

Analyze Your Own Codebase

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

Try Supermodel Free