MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / hasPlainTextFallback

Function hasPlainTextFallback

src/lib/languageModeRecommendations.js:57–59  ·  view source on GitHub ↗
(modeInfo, filename)

Source from the content-addressed store, hash-verified

55}
56
57function hasPlainTextFallback(modeInfo, filename) {
58 return modeInfo?.name === "text" && !modeInfo.supportsFile(filename);
59}
60
61class LanguageModeRecommendations {
62 notifiedKeywords = new Set();

Callers 2

recommendMethod · 0.85
showRecommendationMethod · 0.85

Calls 1

supportsFileMethod · 0.80

Tested by

no test coverage detected