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

Function updated

assets/compare_trajectory/app.js:1861–1863  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1859 this.highlightRenderedCode();
1860 },
1861 updated() {
1862 this.highlightRenderedCode();
1863 },
1864 methods: {
1865 codeClass(language) {
1866 return 'language-' + (normalizeCodeLanguage(language) || 'plaintext');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected