Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getThing
Function · 0.45
get
Method · 0.45
ws
Method · 0.45
get
Method · 0.45
get
Method · 0.45
put
Method · 0.45
get
Method · 0.45
post
Method · 0.45
get
Method · 0.45
post
Method · 0.45
get
Method · 0.45
put
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected