Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ Get
Method
Get
stores/universally/commit/wtype.go:41–43 ·
view source on GitHub ↗
(ctx context.Context, uuid string)
Source
from the content-addressed store, hash-verified
39
return
h.Store.Latest(ctx, h.key, target...)
40
}
41
func
(h *StoreWidthType[H]) Get(ctx context.Context, uuid string) (*Commit[H], error) {
42
return
h.Store.Get(ctx, uuid)
43
}
Callers
nothing calls this directly
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected