MCPcopy 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
11def exist(b):
12 if b is not None:
13 return True
14 else:
15 return False
16
17
18def default(a, b):

Callers 6

engine_googleFunction · 0.90
__init__Method · 0.90
__init__Method · 0.90
forwardMethod · 0.90
defaultFunction · 0.85
model_loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected