Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WebThingsIO/webthing-node
/ close
Method
close
example/platform/board/edison.js:36–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
close() {
37
this.pinProperties.forEach((property) => {
38
property.close && property.close();
39
});
40
}
41
}
42
43
module.exports =
function
() {
Callers
2
cleanup
Function · 0.45
stop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected