Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/vercel/hyper
/ openConfig
Function
openConfig
app/config.ts:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
};
84
85
export
const
openConfig = () => {
86
return
_openConfig();
87
};
88
89
export
const
getPlugins = (): {plugins: string[]; localPlugins: string[]} => {
90
return
{
Callers
1
commands.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected