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

Method host

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

Source from the content-addressed store, hash-verified

420 }
421
422 get host() {
423 return (this.$_hostname || '') + (this.$_port ? ':' + this.$_port : '')
424 }
425
426 set host(value) {
427 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