MCPcopy
hub / github.com/dataelement/Clawith / where

Method where

backend/tests/test_skills_api.py:63–64  ·  view source on GitHub ↗
(self, *_args, **_kwargs)

Source from the content-addressed store, hash-verified

61
62class FakeQuery:
63 def where(self, *_args, **_kwargs):
64 return self
65
66 def options(self, *_args, **_kwargs):
67 return self

Callers 15

seedFunction · 0.80
mainFunction · 0.80
runFunction · 0.80
lifespanFunction · 0.80
check_agent_accessFunction · 0.80
get_current_userFunction · 0.80
get_authenticated_userFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected