MCPcopy Create free account
hub / github.com/BabylonJS/BabylonReactNative / deleteFile

Function deleteFile

Package/gulpfile.js:273–275  ·  view source on GitHub ↗
(filePath)

Source from the content-addressed store, hash-verified

271}
272
273function deleteFile(filePath) {
274 return fs.promises.unlink(filePath);
275}
276
277function runCMake(buildDir) {
278 let cmakeCommand = `cmake -S . -B ../tempBuild -DBABYLON_NATIVE_BUILD_SOURCETREE=ON -DBABYLON_NATIVE_BUILD_APPS=OFF -DBABYLON_NATIVE_PLUGIN_TESTUTILS=OFF -DBABYLON_NATIVE_INSTALL=OFF`;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected