Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ processPre
Function
processPre
static/vuejs/vue.esm.js:7926–7930 ·
view source on GitHub ↗
(el)
Source
from the content-addressed store, hash-verified
7924
}
7925
7926
function
processPre (el) {
7927
if
(getAndRemoveAttr(el,
'v-pre'
) != null) {
7928
el.pre = true;
7929
}
7930
}
7931
7932
function
processRawAttrs (el) {
7933
var
l = el.attrsList.length;
Callers
1
parse
Function · 0.70
Calls
1
getAndRemoveAttr
Function · 0.70
Tested by
no test coverage detected