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

Method State

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

Source from the content-addressed store, hash-verified

69}
70
71func (d *MappingsDecoder) State() *Mapping {
72 return d.captureMapping(true /*hasSource*/, true /*hasName*/)
73}
74
75func (d *MappingsDecoder) Values() iter.Seq[*Mapping] {
76 return func(yield func(*Mapping) bool) {

Callers 1

Calls 1

captureMappingMethod · 0.95

Tested by

no test coverage detected