MCPcopy
hub / github.com/httpie/cli / process_data_embed_file_contents_arg

Function process_data_embed_file_contents_arg

httpie/cli/requestitems.py:193–194  ·  view source on GitHub ↗
(arg: KeyValueArg)

Source from the content-addressed store, hash-verified

191
192
193def process_data_embed_file_contents_arg(arg: KeyValueArg) -> str:
194 return load_text_file(arg)
195
196
197def process_data_embed_raw_json_file_arg(arg: KeyValueArg) -> JSONType:

Callers

nothing calls this directly

Calls 1

load_text_fileFunction · 0.85

Tested by

no test coverage detected