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

Function setProjectAccess

frontend/src/react/stores/app/projectAccess.ts:48–50  ·  view source on GitHub ↗
(access: ProjectAccess)

Source from the content-addressed store, hash-verified

46};
47
48export const setProjectAccess = (access: ProjectAccess) => {
49 projectAccess = access;
50};
51
52export const getProjectByName = (name: string) =>
53 projectAccess.getProjectByName(name);

Callers 1

createProjectSliceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected