MCPcopy Create free account
hub / github.com/blacklanternsecurity/bbot / update_md_files

Function update_md_files

bbot/scripts/docs.py:136–138  ·  view source on GitHub ↗
(keyword, s)

Source from the content-addressed store, hash-verified

134 md_files = [p for p in bbot_code_dir.glob("**/*.md") if p.is_file()]
135
136 def update_md_files(keyword, s):
137 for file in md_files:
138 find_replace_file(file, keyword, s)
139
140 def update_individual_module_options():
141 regex = re.compile("BBOT MODULE OPTIONS ([A-Z_]+)")

Callers 1

update_docsFunction · 0.85

Calls 1

find_replace_fileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…