Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ createDefault
Method
createDefault
lib/translation.js:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
static createDefault() {
68
return
new
Translation(defaultVocabulary, true)
69
}
70
71
static createEmpty() {
72
return
new
Translation(defaultVocabulary, false)
Callers
1
loadTranslation
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected