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

Method hasReportedError

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

Source from the content-addressed store, hash-verified

190}
191
192func (d *MappingsDecoder) hasReportedError() bool {
193 return d.error != nil
194}
195
196func (d *MappingsDecoder) isSourceMappingSegmentEnd() bool {
197 return d.pos == len(d.mappings) || d.mappings[d.pos] == ',' || d.mappings[d.pos] == ';'

Callers 1

NextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected