Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ build_q
Function
build_q
apps/epg/query_utils.py:59–60 ·
view source on GitHub ↗
(token)
Source
from the content-addressed store, hash-verified
57
processed = extract_quoted(raw_value)
58
59
def
build_q(token):
60
return
build_q_object(field_name, phrases.get(token, token), use_regex, whole_words)
61
62
def
parse_expression(expr):
63
expr = expr.strip()
Callers
1
parse_expression
Function · 0.85
Calls
2
build_q_object
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected