MCPcopy Create free account
hub / github.com/api-platform/website / getLoadedLanguages

Function getLoadedLanguages

pwa/utils/highlighter.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15export function getLoadedLanguages() {
16 return highlighter ? highlighter.getLoadedLanguages() : [];
17}
18
19export function highlightCode(code: string, language: string) {
20 try {

Callers 1

highlightCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected