MCPcopy 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
37function isBlankNum(num: number): boolean {
38 return num == null || isNaN(num) || num == 0;
39}
40
41function isValidWaveObj(val: WaveObj): boolean {
42 if (val == null) {

Callers 1

isValidWaveObjFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected