Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dataelement/Clawith
/ scalar_one_or_none
Method
scalar_one_or_none
backend/tests/test_auth.py:33–36 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
self._scalar_value = scalar_value
32
33
def
scalar_one_or_none(self):
34
if
self._values:
35
return
self._values[0]
36
return
self._scalar_value
37
38
def
scalars(self):
39
return
self
Callers
15
seed
Function · 0.45
main
Function · 0.45
run
Function · 0.45
lifespan
Function · 0.45
get_agent_access_level_for_user_id
Function · 0.45
evaluate_agent_relationship_status
Function · 0.45
evaluate_human_relationship_status
Function · 0.45
check_agent_access
Function · 0.45
get_current_user
Function · 0.45
get_authenticated_user
Function · 0.45
_tick
Function · 0.45
_ensure_provider
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected