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

Method langs

lib/translation.js:56–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 static get langs() {
57 // Synchronous fallback - may be empty initially
58 if (!this._cachedLangs) {
59 this.getLangs().then(langs => {
60 this._cachedLangs = langs
61 })
62 return {}
63 }
64 return this._cachedLangs
65 }
66
67 static createDefault() {
68 return new Translation(defaultVocabulary, true)

Callers

nothing calls this directly

Calls 1

getLangsMethod · 0.95

Tested by

no test coverage detected