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

Method getThing

lib/server.ts:33–35  ·  view source on GitHub ↗

* Get the thing at the given index.

()

Source from the content-addressed store, hash-verified

31 * Get the thing at the given index.
32 */
33 getThing(): Thing {
34 return this.thing;
35 }
36
37 /**
38 * Get the list of things.

Callers 15

getThingFunction · 0.45
getMethod · 0.45
wsMethod · 0.45
getMethod · 0.45
getMethod · 0.45
putMethod · 0.45
getMethod · 0.45
postMethod · 0.45
getMethod · 0.45
postMethod · 0.45
getMethod · 0.45
putMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected