MCPcopy Index your code
hub / github.com/vercel/hyper / getConfig

Function getConfig

app/config.ts:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79};
80
81export const getConfig = () => {
82 return cfg.config;
83};
84
85export const openConfig = () => {
86 return _openConfig();

Callers 3

commands.tsFile · 0.90
createMenuFunction · 0.90
clickFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected