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