Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
function
getCpuFree() {
77
return
new
Promise((reslove, reject) => {
78
osUtils.cpuFree(value => {
79
reslove(value)
80
})
81
})
82
}
83
84
function
addData(key, value) {
85
state[key] = value
Callers
1
getInfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected