MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / checkLnRequest

Method checkLnRequest

internal/nodes/http_request_ln.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func (this *HTTPRequest) checkLnRequest() bool {
20 return false
21}
22
23func (this *HTTPRequest) getLnOrigin(excludingNodeIds []int64, urlHash uint64) (originConfig *serverconfigs.OriginConfig, lnNodeId int64, hasMultipleNodes bool) {
24 return nil, 0, false

Callers 1

DoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected