MCPcopy Create free account
hub / github.com/conda/constructor / get

Method get

tests/test_fcp.py:92–93  ·  view source on GitHub ↗
(self, key: str, default: object = None)

Source from the content-addressed store, hash-verified

90 self._paths = paths
91
92 def get(self, key: str, default: object = None) -> object:
93 return default
94
95
96def test_check_duplicates_files_returns_max_path_length(mocker):

Callers 15

_build_init_run_blockFunction · 0.80
generate_dockerfileFunction · 0.80
build_imageFunction · 0.80
createFunction · 0.80
process_build_outputsFunction · 0.80
dump_lockfileFunction · 0.80
get_condarc_contentFunction · 0.80
ensure_transmuted_extFunction · 0.80
get_final_urlFunction · 0.80
get_final_channelsFunction · 0.80
shortcuts_flagsFunction · 0.80
approx_size_kbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected