Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bettercap/bettercap
/ UpdateHash
Method
UpdateHash
modules/http_proxy/http_proxy_js_request.go:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
func
(j *JSRequest) UpdateHash() {
94
j.refHash = j.NewHash()
95
}
96
97
func
(j *JSRequest) WasModified() bool {
98
// body was read
Callers
1
NewJSRequest
Function · 0.95
Calls
1
NewHash
Method · 0.95
Tested by
no test coverage detected