Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devld/go-drive
/ IsNil
Method
IsNil
script/utils.go:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
func
(v *Value) IsNil() bool {
48
return
v.v.IsUndefined() || v.v.IsNull()
49
}
50
51
func
(v *Value) IsNumber() bool {
52
return
v.v.IsNumber()
Callers
15
String
Method · 0.95
object
Method · 0.95
M
Method · 0.95
vm_newTaskCtx
Function · 0.80
Has
Method · 0.80
parseValue
Function · 0.80
marshalValue
Method · 0.80
fieldAttr
Method · 0.80
marshalStruct
Method · 0.80
setParents
Method · 0.80
isEmptyValue
Function · 0.80
unmarshalAttr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected