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

Function loadConfig

lib/actions/config.ts:5–10  ·  view source on GitHub ↗
(config: configOptions)

Source from the content-addressed store, hash-verified

3import {configOptions} from '../config';
4
5export function loadConfig(config: configOptions): HyperActions {
6 return {
7 type: CONFIG_LOAD,
8 config
9 };
10}
11
12export function reloadConfig(config: configOptions): HyperActions {
13 const now = Date.now();

Callers 1

index.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected