MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / getLangs

Method getLangs

lib/translation.js:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 static async getLangs() {
52 const translations = await import('../translations/index.js')
53 return translations.default
54 }
55
56 static get langs() {
57 // Synchronous fallback - may be empty initially

Callers 2

langsMethod · 0.95
loadTranslationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected