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

Function genStaticKeys

static/vuejs/vue.esm.js:205–209  ·  view source on GitHub ↗

* Generate a static keys string from compiler modules.

(modules)

Source from the content-addressed store, hash-verified

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

Callers 1

vue.esm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected