Function
clientIdFor
(
client: MigrationPlan["oauthClients"][number],
values: ReadonlyMap<string, string>,
)
Source from the content-addressed store, hash-verified
| 753 | owner === "org" ? "" : subject; |
| 754 | |
| 755 | const clientIdFor = ( |
| 756 | client: MigrationPlan["oauthClients"][number], |
| 757 | values: ReadonlyMap<string, string>, |
| 758 | ): string => client.clientId || values.get(oauthClientPlanKey(client)) || ""; |
| 759 | |
| 760 | const jsonText = (value: unknown): string | null => { |
| 761 | if (value == null) return null; |
Tested by
no test coverage detected