MCPcopy Create free account
hub / github.com/bytebase/bytebase / getIdentityProviderResourceId

Function getIdentityProviderResourceId

frontend/src/store/modules/v1/common.ts:219–222  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

217};
218
219export const getIdentityProviderResourceId = (name: string): ResourceId => {
220 const tokens = getNameParentTokens(name, [idpNamePrefix]);
221 return tokens[0];
222};
223
224export const getProjectNameAndDatabaseGroupName = (name: string): string[] => {
225 const tokens = getNameParentTokens(name, [

Callers 4

IDPDetailPageFunction · 0.90
handleProviderCreatedFunction · 0.90
handleRowClickFunction · 0.90
IDPsPageFunction · 0.90

Calls 1

getNameParentTokensFunction · 0.85

Tested by

no test coverage detected