MCPcopy Index your code
hub / github.com/anomalyco/opencode / loadConfig

Function loadConfig

packages/opencode/src/cli/cmd/run/runtime.boot.ts:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47class Service extends Context.Service<Service, BootService>()("@opencode/RunBoot") {}
48
49function loadConfig() {
50 return reusePendingTask(configTask, () => TuiConfig.get())
51}
52
53function emptyModelInfo(): ModelInfo {
54 return {

Callers 2

runtime.boot.tsFile · 0.85
config.tsFile · 0.85

Calls 2

reusePendingTaskFunction · 0.90
getMethod · 0.65

Tested by

no test coverage detected