MCPcopy Create free account
hub / github.com/apache/cloudstack / renderIcon

Function renderIcon

ui/src/utils/renderIcon.js:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 },
40 methods: {
41 renderIcon () {
42 return h(resolveComponent(this.icon), this.props, this.event)
43 },
44 renderSvgIcon () {
45 const props = Object.assign({}, this.props)
46 props.width = '1em'

Callers

nothing calls this directly

Calls 1

hFunction · 0.85

Tested by

no test coverage detected