Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/esm-dev/esm.sh
/ WriteHeader
Method
WriteHeader
web/utils.go:66–67 ·
view source on GitHub ↗
(statusCode int)
Source
from the content-addressed store, hash-verified
64
}
65
66
func
(w *dummyResponseWriter) WriteHeader(statusCode int) {
67
}
68
69
func
(w *dummyResponseWriter) Write(b []byte) (int, error) {
70
return
len(b), nil
Callers
8
buildUnenvNodeRuntime
Function · 0.80
TestExtractPackageTarball
Function · 0.80
ServeHTTP
Method · 0.80
ServeHtml
Method · 0.80
ServeModule
Method · 0.80
ServeCSSModule
Method · 0.80
ServeFrameworkCSS
Method · 0.80
ServeInternalJS
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestExtractPackageTarball
Function · 0.64