Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/vastsa/FileCodeBox
/ items
Method
items
core/settings.py:102–103 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
100
self.user_config[key] = value
101
102
def
items(self):
103
return
{**self.default_config, **self.user_config}.items()
104
105
106
settings = Settings(DEFAULT_CONFIG)
Callers
8
read_setup_payload
Function · 0.80
is_runtime_initialized
Function · 0.80
initialize_system
Function · 0.80
__init__
Method · 0.80
remove_expired_ip
Method · 0.80
_build_admin_activity_options
Method · 0.80
get_config
Method · 0.80
update_config
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected