pub fn try_source_file(_file: &str) -> Option<String>Expand description
Port of try_source_file(char *file) from Src/parse.c:3795.
Tries source <file> then falls back to source <file>.zwc.
Returns the resolved path on hit. Stub: returns None until the
dump-cache port lands.