MCPcopy Create free account
hub / github.com/microsoft/Webwright / codeClass

Function codeClass

assets/compare_trajectory/app.js:1865–1867  ·  view source on GitHub ↗
(language)

Source from the content-addressed store, hash-verified

1863 },
1864 methods: {
1865 codeClass(language) {
1866 return 'language-' + (normalizeCodeLanguage(language) || 'plaintext');
1867 },
1868 shouldShowEntrySummary(entry) {
1869 if (!entry || !String(entry.summary || '').trim()) {
1870 return false;

Callers

nothing calls this directly

Calls 1

normalizeCodeLanguageFunction · 0.85

Tested by

no test coverage detected