Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vastsa/FileCodeBox
/ __init__
Method
__init__
apps/admin/services.py:73–74 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
71
}
72
73
def
__init__(self):
74
self._file_storage: Optional[FileStorageInterface] = None
75
76
@property
77
def
file_storage(self) -> FileStorageInterface:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected