Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ BaseRequest
Struct
BaseRequest
ziface/irequest.go:60–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
type
BaseRequest
struct
{}
61
62
func
(br *BaseRequest) GetConnection() IConnection {
return
nil }
63
func
(br *BaseRequest) GetData() []byte {
return
nil }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected