MCPcopy Index your code
hub / github.com/WebThingsIO/webthing-node / getThings

Method getThings

lib/server.ts:40–42  ·  view source on GitHub ↗

* Get the list of things.

()

Source from the content-addressed store, hash-verified

38 * Get the list of things.
39 */
40 getThings(): Thing[] {
41 return [this.thing];
42 }
43
44 /**
45 * Get the mDNS server name.

Callers 2

getMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected