MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / _pick_query_text

Function _pick_query_text

apps/admin/views.py:43–48  ·  view source on GitHub ↗
(*values: Optional[str])

Source from the content-addressed store, hash-verified

41
42
43def _pick_query_text(*values: Optional[str]) -> Optional[str]:
44 for value in values:
45 normalized_value = str(value or "").strip()
46 if normalized_value:
47 return normalized_value
48 return None
49
50
51@admin_api.post("/login")

Callers 1

admin_activitiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected