MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / updateTXT

Method updateTXT

modules/io/dnssd/dnssd.js:682–688  ·  view source on GitHub ↗
(txt)

Source from the content-addressed store, hash-verified

680 this.#list.splice(this.#list.indexOf(this), 1);
681 }
682 updateTXT(txt) {
683 if (txt)
684 this.#service.txt = txt;
685 else
686 delete this.#service.txt;
687 dnssd.update(this.#service);
688 }
689
690 static {
691 this.prototype[Symbol.dispose] = this.prototype.close;

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected