Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zxing-js/library
/ reset
Method
reset
src/core/MultiFormatReader.ts:176–182 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
174
175
/*@Override*/
176
public reset(): void {
177
if
(this.readers !== null) {
178
for
(
const
reader of this.readers) {
179
reader.reset();
180
}
181
}
182
}
183
184
/**
185
* @throws NotFoundException
Callers
nothing calls this directly
Calls
1
reset
Method · 0.65
Tested by
no test coverage detected