Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/CodeWiki
/ handle_edit_doc_file_wrapper
Function
handle_edit_doc_file_wrapper
tests/smoke_test_mcp.py:229–230 ·
view source on GitHub ↗
(args, store)
Source
from the content-addressed store, hash-verified
227
228
229
async
def
handle_edit_doc_file_wrapper(args, store):
230
return
await handle_edit_doc_file(args, store)
231
232
233
if
__name__ ==
"__main__"
:
Callers
1
main
Function · 0.85
Calls
1
handle_edit_doc_file
Function · 0.90
Tested by
no test coverage detected