MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / appConnQuery

Struct appConnQuery

proxy/app_conn.go:136–138  ·  view source on GitHub ↗

------------------------------------------------ Implements AppConnQuery (subset of abcicli.Client)

Source from the content-addressed store, hash-verified

134// Implements AppConnQuery (subset of abcicli.Client)
135
136type appConnQuery struct {
137 appConn abcicli.Client
138}
139
140func NewAppConnQuery(appConn abcicli.Client) AppConnQuery {
141 return &appConnQuery{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected