MCPcopy Create free account
hub / github.com/TruthHun/BookStack / genStaticKeys

Function genStaticKeys

static/vuejs/vue.js:211–215  ·  view source on GitHub ↗

* Generate a static keys string from compiler modules.

(modules)

Source from the content-addressed store, hash-verified

209 * Generate a static keys string from compiler modules.
210 */
211function genStaticKeys (modules) {
212 return modules.reduce(function (keys, m) {
213 return keys.concat(m.staticKeys || [])
214 }, []).join(',')
215}
216
217/**
218 * Check if two values are loosely equal - that is,

Callers 1

vue.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected