| 51 | } |
| 52 | |
| 53 | interface EncodeOptions { |
| 54 | type: CardstackIdentifierType; |
| 55 | version?: number; |
| 56 | uniqueId?: string; |
| 57 | } |
| 58 | |
| 59 | export function encodeDID(opts: EncodeOptions): string { |
| 60 | return new CardstackIdentifier( |
nothing calls this directly
no outgoing calls
no test coverage detected