Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ addAttr
Function
addAttr
static/vuejs/vue.common.js:5460–5462 ·
view source on GitHub ↗
(el, name, value)
Source
from the content-addressed store, hash-verified
5458
}
5459
5460
function
addAttr (el, name, value) {
5461
(el.attrs || (el.attrs = [])).push({ name: name, value: value });
5462
}
5463
5464
function
addDirective (
5465
el,
Callers
1
processAttrs
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected