MCPcopy 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
47func (v *Value) IsNil() bool {
48 return v.v.IsUndefined() || v.v.IsNull()
49}
50
51func (v *Value) IsNumber() bool {
52 return v.v.IsNumber()

Callers 15

StringMethod · 0.95
objectMethod · 0.95
MMethod · 0.95
vm_newTaskCtxFunction · 0.80
HasMethod · 0.80
parseValueFunction · 0.80
marshalValueMethod · 0.80
fieldAttrMethod · 0.80
marshalStructMethod · 0.80
setParentsMethod · 0.80
isEmptyValueFunction · 0.80
unmarshalAttrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected