func (r FileReader) IsRegularFileExist(ctx context.Context, relPath string) (exist bool, err error) {
    logboek.Context(ctx).Debug().
        LogBlock("IsRegularFileExist %q", relPath).
        Options(func(options types.LogBlockOptionsInterface) {
            if !debug() {