(arg: KeyValueArg)
| 128 | |
| 129 | |
| 130 | def process_embed_header_arg(arg: KeyValueArg) -> str: |
| 131 | return load_text_file(arg).rstrip('\n') |
| 132 | |
| 133 | |
| 134 | def process_empty_header_arg(arg: KeyValueArg) -> str: |
nothing calls this directly
no test coverage detected