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

Function getLogId

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

Source from the content-addressed store, hash-verified

87};
88
89export const getLogId = (name: string): number => {
90 return getNumberId(name, logNamePrefix);
91};
92
93export const getIssueId = (name: string): number => {
94 return getNumberId(name, issueNamePrefix);

Callers

nothing calls this directly

Calls 1

getNumberIdFunction · 0.85

Tested by

no test coverage detected