MCPcopy Index your code
hub / github.com/Tencent/kbone / src

Method src

packages/miniprogram-render/src/node/element.js:726–730  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

724 }
725
726 get src() {
727 if (!this.$__attrs) return ''
728
729 return this.$_attrs.get('src')
730 }
731
732 set src(value) {
733 value = '' + value

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected