MCPcopy Index your code
hub / github.com/github/docs / splitDirectory

Function splitDirectory

script/move-content.js:214–216  ·  view source on GitHub ↗
(directory)

Source from the content-addressed store, hash-verified

212}
213
214function splitDirectory(directory) {
215 return [path.dirname(directory), path.basename(directory)]
216}
217
218function findFilesInFolder(oldPath, newPath, opts) {
219 const { undo, verbose } = opts

Callers 1

validateFileInputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected