MCPcopy Create free account
hub / github.com/blinker-iot/blinker-js / getCpuFree

Function getCpuFree

example/example_server.ts:76–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76function getCpuFree() {
77 return new Promise((reslove, reject) => {
78 osUtils.cpuFree(value => {
79 reslove(value)
80 })
81 })
82}
83
84function addData(key, value) {
85 state[key] = value

Callers 1

getInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected