Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fanmingming/live
/ processPre
Function
processPre
m3u8/vue.js:9909–9913 ·
view source on GitHub ↗
(el)
Source
from the content-addressed store, hash-verified
9907
}
9908
9909
function
processPre (el) {
9910
if
(getAndRemoveAttr(el,
'v-pre'
) != null) {
9911
el.pre = true;
9912
}
9913
}
9914
9915
function
processRawAttrs (el) {
9916
var
list = el.attrsList;
Callers
1
parse
Function · 0.85
Calls
1
getAndRemoveAttr
Function · 0.85
Tested by
no test coverage detected