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

Method advertise

modules/io/dnssd/dnssd.js:807–809  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

805 return new Discover(options, this.#list);
806 }
807 advertise(options) {
808 return new Advertise(options, this.#list);
809 }
810
811 static {
812 this.prototype[Symbol.dispose] = this.prototype.close;

Callers 1

main.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected