Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/294coder/Dif-PAN
/ exist
Function
exist
utils/misc.py:11–15 ·
view source on GitHub ↗
(b)
Source
from the content-addressed store, hash-verified
9
10
11
def
exist(b):
12
if
b is not None:
13
return
True
14
else
:
15
return
False
16
17
18
def
default(a, b):
Callers
6
engine_google
Function · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
forward
Method · 0.90
default
Function · 0.85
model_load
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected