Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bigcommerce/stencil-cli
/ _moveOldConfig
Method
_moveOldConfig
lib/BuildConfigManager.js:87–90 ·
view source on GitHub ↗
(newPath, oldPath)
Source
from the content-addressed store, hash-verified
85
}
86
87
_moveOldConfig(newPath, oldPath) {
88
this._fs.copyFileSync(oldPath, newPath);
89
this._fs.rmSync(oldPath);
90
}
91
92
_onWorkerReady(onReady) {
93
if
(this._workerIsReady) {
Callers
1
_getConfig
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected