Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/repack
/ stop
Method
stop
packages/repack/src/Reporter.ts:125–129 ·
view source on GitHub ↗
* Stop reporting and perform cleanup.
()
Source
from the content-addressed store, hash-verified
123
* Stop reporting and perform cleanup.
124
*/
125
stop() {
126
if
(!this.isWorker && this.ora) {
127
this.ora.stop();
128
}
129
}
130
131
/**
132
* Enable reporting to file alongside reporting to terminal.
Callers
1
apply
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected