(ctx, dir, callback)
| 480 | * @returns {void} |
| 481 | */ |
| 482 | const addSubDirectory = (ctx, dir, callback) => |
| 483 | addDirectory(ctx, dir, addSubDirectory, callback); |
| 484 | |
| 485 | /** |
| 486 | * Processes the provided resource. |
nothing calls this directly
no test coverage detected