MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / getSelectedProjectId

Function getSelectedProjectId

dashboard/shell/src/sdk.jsx:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49export function getSelectedProjectId() {
50 return selectedProjectId;
51}
52
53export function setShellSelectedProjectId(projectId) {
54 const next = String(projectId || "");

Callers 1

AppFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected