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

Function getRawDirName

static/vuejs/vue.runtime.common.js:5223–5225  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

5221}
5222
5223function getRawDirName (dir) {
5224 return dir.rawName || ((dir.name) + "." + (Object.keys(dir.modifiers || {}).join('.')))
5225}
5226
5227function callHook$1 (dir, hook, vnode, oldVnode, isDestroy) {
5228 var fn = dir.def && dir.def[hook];

Callers 1

normalizeDirectives$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected