MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / getOperateNodeOverride

Function getOperateNodeOverride

frontend/src/utils/operate-node.ts:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5};
6
7export const getOperateNodeOverride = () => {
8 return operateNodeOverride;
9};
10
11export const clearOperateNodeOverride = (node?: string) => {
12 if (!node || operateNodeOverride === node) {

Callers 1

constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected