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