MCPcopy Index your code
hub / github.com/Standard-Intelligence/hertz-dev / exists

Function exists

utils/blocks.py:66–67  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

64
65
66def exists(v):
67 return v is not None
68
69def isnt(v):
70 return not exists(v)

Callers 14

_attendMethod · 0.90
__init__Method · 0.90
indices_to_codesMethod · 0.90
__init__Method · 0.90
forwardMethod · 0.90
__init__Method · 0.90
forwardMethod · 0.90
__init__Method · 0.90
tokenizeMethod · 0.90
untokenizeMethod · 0.90
isntFunction · 0.85
truthyexistsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected