Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/omkarcloud/botasaurus
/ write
Method
write
botasaurus/links.py:471–474 ·
view source on GitHub ↗
(self, filename: str)
Source
from the content-addressed store, hash-verified
469
return
result
470
471
def
write(self, filename: str):
472
results = self.get()
473
write_json(results, filename)
474
return
results
Callers
15
main
Function · 0.80
main
Function · 0.80
create_file_with_content
Function · 0.80
write_file
Function · 0.80
performWrite
Method · 0.80
performWrite
Method · 0.80
update_section_controls
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
write_file_response
Function · 0.80
main
Function · 0.80
Calls
2
get
Method · 0.95
write_json
Function · 0.70
Tested by
no test coverage detected