MCPcopy Create free account
hub / github.com/Preloading/TwitterAPIBridge / GetRecordWithUri

Function GetRecordWithUri

bluesky/blueskyapi.go:1689–1692  ·  view source on GitHub ↗
(pds string, uri string)

Source from the content-addressed store, hash-verified

1687}
1688
1689func GetRecordWithUri(pds string, uri string) (*RecordResponse, error) {
1690 collection, repo, rkey := GetURIComponents(uri)
1691 return GetRecord(pds, collection, repo, rkey)
1692}
1693
1694func GetRecord(pds string, collection string, repo string, rkey string) (*RecordResponse, error) {
1695

Callers

nothing calls this directly

Calls 2

GetURIComponentsFunction · 0.85
GetRecordFunction · 0.85

Tested by

no test coverage detected