(arg: KeyValueArg)
| 191 | |
| 192 | |
| 193 | def process_data_embed_file_contents_arg(arg: KeyValueArg) -> str: |
| 194 | return load_text_file(arg) |
| 195 | |
| 196 | |
| 197 | def process_data_embed_raw_json_file_arg(arg: KeyValueArg) -> JSONType: |
nothing calls this directly
no test coverage detected