Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
66
def
exists(v):
67
return
v is not None
68
69
def
isnt(v):
70
return
not exists(v)
Callers
14
_attend
Method · 0.90
__init__
Method · 0.90
indices_to_codes
Method · 0.90
__init__
Method · 0.90
forward
Method · 0.90
__init__
Method · 0.90
forward
Method · 0.90
__init__
Method · 0.90
tokenize
Method · 0.90
untokenize
Method · 0.90
isnt
Function · 0.85
truthyexists
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected