MCPcopy
hub / github.com/gopherjs/gopherjs / WriteMappingTo

Method WriteMappingTo

internal/sourcemapx/filter.go:52–54  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

50}
51
52func (f *Filter) WriteMappingTo(w io.Writer) error {
53 return f.m.WriteTo(w)
54}
55
56func (f *Filter) Write(p []byte) (n int, err error) {
57 var n2 int

Callers 1

OpenMethod · 0.95

Calls 1

WriteToMethod · 0.45

Tested by

no test coverage detected