MCPcopy 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
85export const openConfig = () => {
86 return _openConfig();
87};
88
89export const getPlugins = (): {plugins: string[]; localPlugins: string[]} => {
90 return {

Callers 1

commands.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected