MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / isUAMRequest

Method isUAMRequest

internal/nodes/http_request_uam.go:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5package nodes
6
7func (this *HTTPRequest) isUAMRequest() bool {
8 // stub
9 return false
10}
11
12// UAM
13func (this *HTTPRequest) doUAM() (block bool) {

Callers 1

DoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected