Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
export
const
getOperateNodeOverride = () => {
8
return
operateNodeOverride;
9
};
10
11
export
const
clearOperateNodeOverride = (node?: string) => {
12
if
(!node || operateNodeOverride === node) {
Callers
1
constructor
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected