Home / Function/ stripClaudeBanner() — react Function Reference

stripClaudeBanner() — react Function Reference

Architecture documentation for the stripClaudeBanner() function in summaries.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  58487135_870d_6bbe_38be_3f7e9ab5a0d0["stripClaudeBanner()"]
  b5cf948c_d822_859d_c0f5_1e2c15545976["summaries.js"]
  58487135_870d_6bbe_38be_3f7e9ab5a0d0 -->|defined in| b5cf948c_d822_859d_c0f5_1e2c15545976
  83a28a7e_bdfb_f0e7_e489_6618e9037da1["runSummarizer()"]
  83a28a7e_bdfb_f0e7_e489_6618e9037da1 -->|calls| 58487135_870d_6bbe_38be_3f7e9ab5a0d0
  style 58487135_870d_6bbe_38be_3f7e9ab5a0d0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

scripts/tasks/generate-changelog/summaries.js lines 258–268

function stripClaudeBanner(text) {
  return text
    .split('\n')
    .filter(
      line =>
        line.trim() !==
        'Claude Code at Meta (https://fburl.com/claude.code.users)'
    )
    .join('\n')
    .trim();
}

Domain

Subdomains

Called By

Frequently Asked Questions

What does stripClaudeBanner() do?
stripClaudeBanner() is a function in the react codebase, defined in scripts/tasks/generate-changelog/summaries.js.
Where is stripClaudeBanner() defined?
stripClaudeBanner() is defined in scripts/tasks/generate-changelog/summaries.js at line 258.
What calls stripClaudeBanner()?
stripClaudeBanner() is called by 1 function(s): runSummarizer.

Analyze Your Own Codebase

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

Try Supermodel Free