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

Function genStaticKeys

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

* Generate a static keys string from compiler modules.

(modules)

Source from the content-addressed store, hash-verified

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

Callers 1

vue.common.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected