Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Standard-Intelligence/hertz-dev
/ isnt
Function
isnt
utils/blocks.py:69–70 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
67
return
v is not None
68
69
def
isnt(v):
70
return
not exists(v)
71
72
def
truthyexists(v):
73
return
exists(v) and v is not False
Callers
1
forward
Method · 0.90
Calls
1
exists
Function · 0.85
Tested by
no test coverage detected