MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / resolveUUID

Function resolveUUID

pkg/wshrpc/wshserver/resolvers.go:253–255  ·  view source on GitHub ↗
(ctx context.Context, value string)

Source from the content-addressed store, hash-verified

251}
252
253func resolveUUID(ctx context.Context, value string) (*waveobj.ORef, error) {
254 return wstore.DBResolveEasyOID(ctx, value)
255}
256
257// Main resolver function
258func resolveSimpleId(ctx context.Context, data wshrpc.CommandResolveIdsData, simpleId string) (*waveobj.ORef, error) {

Callers 1

resolveSimpleIdFunction · 0.85

Calls 1

DBResolveEasyOIDFunction · 0.92

Tested by

no test coverage detected