Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
52
func
(f *Filter) WriteMappingTo(w io.Writer) error {
53
return
f.m.WriteTo(w)
54
}
55
56
func
(f *Filter) Write(p []byte) (n int, err error) {
57
var
n2 int
Callers
1
Open
Method · 0.95
Calls
1
WriteTo
Method · 0.45
Tested by
no test coverage detected