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

Method claim

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

Source from the content-addressed store, hash-verified

799 }
800
801 claim(options) {
802 return new Claim(options, this.#list);
803 }
804 discover(options) {
805 return new Discover(options, this.#list);
806 }

Callers 2

constructorMethod · 0.45
main.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected