Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wavetermdev/waveterm
/ isBlankNum
Function
isBlankNum
frontend/app/store/wos.ts:37–39 ·
view source on GitHub ↗
(num: number)
Source
from the content-addressed store, hash-verified
35
}
36
37
function
isBlankNum(num: number): boolean {
38
return
num == null || isNaN(num) || num == 0;
39
}
40
41
function
isValidWaveObj(val: WaveObj): boolean {
42
if
(val == null) {
Callers
1
isValidWaveObj
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected