MCPcopy Create free account
hub / github.com/Tencent/kbone / hash

Method hash

packages/miniprogram-render/src/bom/location.js:532–534  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

530 }
531
532 get hash() {
533 return this.$_hash
534 }
535
536 set hash(value) {
537 if (typeof value !== 'string') return

Callers

nothing calls this directly

Calls 4

$$startCheckHashMethod · 0.95
$$endCheckHashMethod · 0.95
$_enterHistoryMethod · 0.95
$$parseMethod · 0.80

Tested by

no test coverage detected