Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
132
async
def
create_file_code(code, **kwargs):
133
return
await FileCodes.create(code=code, **kwargs)
134
135
136
def
normalize_share_code(code: str) -> str:
Callers
2
share_text
Function · 0.85
share_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected