MCPcopy
hub / github.com/dosco/graphjin / remoteCursorValue

Function remoteCursorValue

core/remote_join.go:212–220  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

210}
211
212func remoteCursorValue(b []byte) string {
213 var wrapper struct {
214 Cursor string `json:"cursor"`
215 }
216 if err := json.Unmarshal(b, &wrapper); err != nil {
217 return ""
218 }
219 return wrapper.Cursor
220}
221
222func mergeRemoteRootFields(data []byte, extra map[string]json.RawMessage) ([]byte, error) {
223 var m map[string]json.RawMessage

Callers 1

resolveRemotesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected