Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/AutoRecon/AutoRecon
/ match_all_service_names
Method
match_all_service_names
autorecon/plugins.py:213–216 ·
view source on GitHub ↗
(self, boolean)
Source
from the content-addressed store, hash-verified
211
212
@final
213
def
match_all_service_names(self, boolean):
214
if
boolean:
215
# Add a "match all" service name.
216
self.match_service_name(
'.*'
)
217
218
class
Report(Plugin):
219
Callers
1
configure
Method · 0.80
Calls
1
match_service_name
Method · 0.95
Tested by
no test coverage detected