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