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

Function getIssueId

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

Source from the content-addressed store, hash-verified

91};
92
93export const getIssueId = (name: string): number => {
94 return getNumberId(name, issueNamePrefix);
95};
96
97export const getProjectName = (name: string): string => {
98 const tokens = getNameParentTokens(name, [projectNamePrefix]);

Callers

nothing calls this directly

Calls 1

getNumberIdFunction · 0.85

Tested by

no test coverage detected