MCPcopy Create free account
hub / github.com/microsoft/typescript-go / stopIterating

Method stopIterating

internal/sourcemap/decoder.go:178–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176}
177
178func (d *MappingsDecoder) stopIterating() (*Mapping, bool) {
179 d.done = true
180 return nil, true
181}
182
183func (d *MappingsDecoder) setError(err string) {
184 d.error = errors.New(err)

Callers 2

NextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected