MCPcopy 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
43module.exports = function() {

Callers 2

cleanupFunction · 0.45
stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected