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

Function getRawDirName

static/vuejs/vue.runtime.js:5217–5219  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

5215}
5216
5217function getRawDirName (dir) {
5218 return dir.rawName || ((dir.name) + "." + (Object.keys(dir.modifiers || {}).join('.')))
5219}
5220
5221function callHook$1 (dir, hook, vnode, oldVnode, isDestroy) {
5222 var fn = dir.def && dir.def[hook];

Callers 1

normalizeDirectives$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected