MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / create_file_code

Function create_file_code

apps/base/views.py:132–133  ·  view source on GitHub ↗
(code, **kwargs)

Source from the content-addressed store, hash-verified

130
131
132async def create_file_code(code, **kwargs):
133 return await FileCodes.create(code=code, **kwargs)
134
135
136def normalize_share_code(code: str) -> str:

Callers 2

share_textFunction · 0.85
share_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected