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

Method discover

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

Source from the content-addressed store, hash-verified

802 return new Claim(options, this.#list);
803 }
804 discover(options) {
805 return new Discover(options, this.#list);
806 }
807 advertise(options) {
808 return new Advertise(options, this.#list);
809 }

Callers 1

main.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected