Home / Function/ setNoApiFallback() — mcp Function Reference

setNoApiFallback() — mcp Function Reference

Architecture documentation for the setNoApiFallback() function in graph-cache.ts from the mcp codebase.

Entity Profile

Dependency Diagram

graph TD
  21547bc6_93e4_4db8_5c19_25b6d1fb9a44["setNoApiFallback()"]
  a9363f44_0cfc_87dc_a76a_4eeb9d75c684["start()"]
  a9363f44_0cfc_87dc_a76a_4eeb9d75c684 -->|calls| 21547bc6_93e4_4db8_5c19_25b6d1fb9a44
  style 21547bc6_93e4_4db8_5c19_25b6d1fb9a44 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/cache/graph-cache.ts lines 574–576

export function setNoApiFallback(enabled: boolean): void {
  _noApiFallback = enabled;
}

Domain

Subdomains

Called By

Frequently Asked Questions

What does setNoApiFallback() do?
setNoApiFallback() is a function in the mcp codebase.
What calls setNoApiFallback()?
setNoApiFallback() is called by 1 function(s): start.

Analyze Your Own Codebase

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

Try Supermodel Free