MCPcopy 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
93func (j *JSRequest) UpdateHash() {
94 j.refHash = j.NewHash()
95}
96
97func (j *JSRequest) WasModified() bool {
98 // body was read

Callers 1

NewJSRequestFunction · 0.95

Calls 1

NewHashMethod · 0.95

Tested by

no test coverage detected