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

Method origin

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

Source from the content-addressed store, hash-verified

468 }
469
470 get origin() {
471 return `${this.$_protocol}//${this.host}`
472 }
473
474 set origin(value) {
475 if (!value || typeof value !== 'string') return

Callers

nothing calls this directly

Calls 4

$_getOldValuesMethod · 0.95
$_checkUrlMethod · 0.95
$_enterHistoryMethod · 0.95
$$parseMethod · 0.80

Tested by

no test coverage detected