Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eip-work/kuboard-press
/ getMetaDescription
Function
getMetaDescription
docker/ClientComputedMixin.js:133–138 ·
view source on GitHub ↗
(meta)
Source
from the content-addressed store, hash-verified
131
}
132
133
function
getMetaDescription (meta) {
134
if
(meta) {
135
const
descriptionMeta = meta.filter(item => item.name ===
'description'
)[0]
136
if
(descriptionMeta)
return
descriptionMeta.content
137
}
138
}
Callers
1
$description
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected