Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/chasingboy/Xtools
/ select_routers
Function
select_routers
utils.py:370–373 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
368
369
370
def
select_routers(text):
371
regex = re.compile(regex_str, re.VERBOSE)
372
routers = [m.group(1).lstrip(
'/'
)
for
m in re.finditer(regex, text)]
373
return
routers
374
375
376
def
filter_routers(results):
Callers
1
run
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected