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

Method QuerySync

proxy/app_conn.go:158–160  ·  view source on GitHub ↗
(reqQuery types.RequestQuery)

Source from the content-addressed store, hash-verified

156}
157
158func (app *appConnQuery) QuerySync(reqQuery types.RequestQuery) (*types.ResponseQuery, error) {
159 return app.appConn.QuerySync(reqQuery)
160}
161
162//------------------------------------------------
163// Implements AppConnSnapshot (subset of abcicli.Client)

Callers

nothing calls this directly

Calls 1

QuerySyncMethod · 0.65

Tested by

no test coverage detected